Html Css Color HEX #DC6EEE Heliotrope

📋 copy color: '#DC6EEE'

red 220 ◦ green 110 ◦ blue 238

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

Shades of Heliotrope #DC6EEE

Tints of Heliotrope #DC6EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 38.73%
G = 19.37%
B = 41.9%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC6EEE (or 0xDC6EEE) is known color: Heliotrope. HEX triplet: DC, 6E and EE. RGB value is (220,110,238). Sum of RGB (Red+Green+Blue) = 220+110+238=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EEE is #239111. Grayscale: #9D9D9D. Windows color (decimal): -2330898 or 15625948. OLE color: 15625948.

HSL color Cylindrical-coordinate representation of color #DC6EEE: hue angle of 291.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6EEE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 110 238 -
CMYK 0.08 0.54 0 0.07
HSL 291.56º 0.79% 0.68% -
HSV(B) 291.56º 0.54% 0.93% -
XYZ 50.52 32.54 84.51 -
YUV 157.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 220 110 238 0.08 0.54 0 0.07 291.56 0.79 0.68
Hex DC 6E EE 8 36 0 7 124 4F 44
Octal 334 156 356 10 66 0 7 444 117 104
Binary 11011100 1101110 11101110 1000 110110 0 111 100100100 1001111 1000100

Color Harmonies of #DC6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EEE

Black with #DC6EEE

Text Example


Text Example

White with #DC6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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