#D66AED

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

Shades of Heliotrope #D66AED

Tints of Heliotrope #D66AED

Color information

#D66AED (or 0xD66AED) is unknown color: approx Heliotrope. HEX triplet: D6, 6A and ED. RGB value is (214,106,237). Sum of RGB (Red+Green+Blue) = 214+106+237=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #D66AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66AED is #299512. Grayscale: #989898. Windows color (decimal): -2725139 or 15559382. OLE color: 15559382.

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

Color convert

RGB214106237-
CMYK0.100.5500.07
HSL289.47º78.44%67.25%-
HSV(B)289.47º55.27%92.94%-
XYZ48.1730.7283.51-
YUV153.23175.28171.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 106 (41.80% from 255) = 19.03%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=38.42%
G=19.03%
B=42.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141062370.100.5500.07289.4778.4467.25
HexD66AEDA37071214e43
Octal326152355126707441116103
Binary110101101101010111011011010110111011110010000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AED; }

 p { color: rgb(214,106,237); }

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

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

 a { background-color: rgb(214,106,237); }

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

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

 span { border-color: rgb(214,106,237); }

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