#D066ED

Color #D066ED Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D066ED

Tints of Heliotrope #D066ED

Color information

#D066ED (or 0xD066ED) is unknown color: approx Heliotrope. HEX triplet: D0, 66 and ED. RGB value is (208,102,237). Sum of RGB (Red+Green+Blue) = 208+102+237=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D066ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066ED is #2F9912. Grayscale: #949494. Windows color (decimal): -3119379 or 15558352. OLE color: 15558352.

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

Color convert

RGB208102237-
CMYK0.120.5700.07
HSL287.11º78.95%66.47%-
HSV(B)287.11º56.96%92.94%-
XYZ46.0529.0383.3-
YUV149.08177.62170.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=38.03%
G=18.65%
B=43.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081022370.120.5700.07287.1178.9566.47
HexD066EDC390711f4f42
Octal320146355147107437117102
Binary110100001100110111011011100111001011110001111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066ED; }

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

 H1.HeaderClassName
 {
   color: #D066ED;
 }
 .AnyTagClassName
 {
   color: #D066ED;
 }
</style>
background-color css

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

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

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

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

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

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