Html Css Color HEX #DC66EC Heliotrope

📋 copy color: '#DC66EC'

red 220 ◦ green 102 ◦ blue 236

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

Shades of Heliotrope #DC66EC

Tints of Heliotrope #DC66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.28%

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 39.43%
G = 18.28%
B = 42.29%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC66EC (or 0xDC66EC) is known color: Heliotrope. HEX triplet: DC, 66 and EC. RGB value is (220,102,236). Sum of RGB (Red+Green+Blue) = 220+102+236=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66EC is #239913. Grayscale: #989898. Windows color (decimal): -2332948 or 15492828. OLE color: 15492828.

HSL color Cylindrical-coordinate representation of color #DC66EC: hue angle of 292.84º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC66EC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 102 236 -
CMYK 0.07 0.57 0 0.07
HSL 292.84º 0.78% 0.66% -
HSV(B) 292.84º 0.57% 0.93% -
XYZ 49.41 30.77 82.69 -
YUV 152.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 220 102 236 0.07 0.57 0 0.07 292.84 0.78 0.66
Hex DC 66 EC 7 39 0 7 125 4E 42
Octal 334 146 354 7 71 0 7 445 116 102
Binary 11011100 1100110 11101100 111 111001 0 111 100100101 1001110 1000010

Color Harmonies of #DC66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66EC

Black with #DC66EC

Text Example


Text Example

White with #DC66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66EC; }

 p { color: rgb(220,102,236); }

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

background-color css

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

 a { background-color: rgb(220,102,236); }

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

border-color css

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

 span { border-color: rgb(220,102,236); }

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