Html Css Color HEX #DC6CFA Heliotrope

📋 copy color: '#DC6CFA'

red 220 ◦ green 108 ◦ blue 250

#DC6CFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DC6CFA

Tints of Heliotrope #DC6CFA

RGB

 RED value IS 220 (86.33% from 255) = 38.06%

 GREEN value IS 108 (42.58% from 255) = 18.69%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 38.06%
G = 18.69%
B = 43.25%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC6CFA (or 0xDC6CFA) is known color: Heliotrope. HEX triplet: DC, 6C and FA. RGB value is (220,108,250). Sum of RGB (Red+Green+Blue) = 220+108+250=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CFA is #239305. Grayscale: #9D9D9D. Windows color (decimal): -2331398 or 16411868. OLE color: 16411868.

HSL color Cylindrical-coordinate representation of color #DC6CFA: hue angle of 287.32º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6CFA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 108 250 -
CMYK 0.12 0.57 0 0.02
HSL 287.32º 0.93% 0.7% -
HSV(B) 287.32º 0.57% 0.98% -
XYZ 52.13 32.84 94.03 -
YUV 157.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 220 108 250 0.12 0.57 0 0.02 287.32 0.93 0.7
Hex DC 6C FA C 39 0 2 11F 5D 46
Octal 334 154 372 14 71 0 2 437 135 106
Binary 11011100 1101100 11111010 1100 111001 0 10 100011111 1011101 1000110

Color Harmonies of #DC6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CFA

Black with #DC6CFA

Text Example


Text Example

White with #DC6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CFA; }

 p { color: rgb(220,108,250); }

 H1.HeaderClassName
 {
   color: #DC6CFA;
 }
 .AnyTagClassName
 {
   color: #DC6CFA;
 }
</style>

background-color css

<style>
 a { background-color: #DC6CFA; }

 a { background-color: rgb(220,108,250); }

 div.DivClassName
 {
   background-color: #DC6CFA;
 }
 .BgClassName
 {
   background-color: #DC6CFA;
 }
</style>

border-color css

<style>
 span { border-color: #DC6CFA; }

 span { border-color: rgb(220,108,250); }

 td.TdClassName
 {
   border-color: #DC6CFA;
 }
 .TagClassName
 {
   border-color: #DC6CFA;
 }
</style>