Html Css Color HEX #DC6EEB Heliotrope

📋 copy color: '#DC6EEB'

red 220 ◦ green 110 ◦ blue 235

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

Shades of Heliotrope #DC6EEB

Tints of Heliotrope #DC6EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 38.94%
G = 19.47%
B = 41.59%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC6EEB (or 0xDC6EEB) is known color: Heliotrope. HEX triplet: DC, 6E and EB. RGB value is (220,110,235). Sum of RGB (Red+Green+Blue) = 220+110+235=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EEB is #239114. Grayscale: #9C9C9C. Windows color (decimal): -2330901 or 15429340. OLE color: 15429340.

HSL color Cylindrical-coordinate representation of color #DC6EEB: hue angle of 292.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6EEB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 110 235 -
CMYK 0.06 0.53 0 0.08
HSL 292.8º 0.76% 0.68% -
HSV(B) 292.8º 0.53% 0.92% -
XYZ 50.09 32.37 82.2 -
YUV 157.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 220 110 235 0.06 0.53 0 0.08 292.8 0.76 0.68
Hex DC 6E EB 6 35 0 8 125 4C 44
Octal 334 156 353 6 65 0 10 445 114 104
Binary 11011100 1101110 11101011 110 110101 0 1000 100100101 1001100 1000100

Color Harmonies of #DC6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EEB

Black with #DC6EEB

Text Example


Text Example

White with #DC6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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