Html Css Color HEX #DC6EF2 Heliotrope

📋 copy color: '#DC6EF2'

red 220 ◦ green 110 ◦ blue 242

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

Shades of Heliotrope #DC6EF2

Tints of Heliotrope #DC6EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.23%

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 38.46%
G = 19.23%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC6EF2 (or 0xDC6EF2) is known color: Heliotrope. HEX triplet: DC, 6E and F2. RGB value is (220,110,242). Sum of RGB (Red+Green+Blue) = 220+110+242=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC6EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EF2 is #23910D. Grayscale: #9D9D9D. Windows color (decimal): -2330894 or 15888092. OLE color: 15888092.

HSL color Cylindrical-coordinate representation of color #DC6EF2: hue angle of 290º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6EF2 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 110 242 -
CMYK 0.09 0.55 0 0.05
HSL 290º 0.84% 0.69% -
HSV(B) 290º 0.55% 0.95% -
XYZ 51.12 32.78 87.64 -
YUV 157.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 220 110 242 0.09 0.55 0 0.05 290 0.84 0.69
Hex DC 6E F2 9 37 0 5 122 54 45
Octal 334 156 362 11 67 0 5 442 124 105
Binary 11011100 1101110 11110010 1001 110111 0 101 100100010 1010100 1000101

Color Harmonies of #DC6EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EF2

Black with #DC6EF2

Text Example


Text Example

White with #DC6EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EF2; }

 p { color: rgb(220,110,242); }

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

background-color css

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

 a { background-color: rgb(220,110,242); }

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

border-color css

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

 span { border-color: rgb(220,110,242); }

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