Html Css Color HEX #D066EC Heliotrope

📋 copy color: '#D066EC'

red 208 ◦ green 102 ◦ blue 236

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

Shades of Heliotrope #D066EC

Tints of Heliotrope #D066EC

RGB

 RED value IS 208 (81.64% from 255) = 38.1%

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

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

R = 38.1%
G = 18.68%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D066EC (or 0xD066EC) is known color: Heliotrope. HEX triplet: D0, 66 and EC. RGB value is (208,102,236). Sum of RGB (Red+Green+Blue) = 208+102+236=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #D066EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066EC is #2F9913. Grayscale: #949494. Windows color (decimal): -3119380 or 15492816. OLE color: 15492816.

HSL color Cylindrical-coordinate representation of color #D066EC: hue angle of 287.46º 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 #D066EC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 102 236 -
CMYK 0.12 0.57 0 0.07
HSL 287.46º 0.78% 0.66% -
HSV(B) 287.46º 0.57% 0.93% -
XYZ 45.9 28.97 82.53 -
YUV 148.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 208 102 236 0.12 0.57 0 0.07 287.46 0.78 0.66
Hex D0 66 EC C 39 0 7 11F 4E 42
Octal 320 146 354 14 71 0 7 437 116 102
Binary 11010000 1100110 11101100 1100 111001 0 111 100011111 1001110 1000010

Color Harmonies of #D066EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066EC

Black with #D066EC

Text Example


Text Example

White with #D066EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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