#D66BED

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

Shades of Heliotrope #D66BED

Tints of Heliotrope #D66BED

Color information

#D66BED (or 0xD66BED) is unknown color: approx Heliotrope. HEX triplet: D6, 6B and ED. RGB value is (214,107,237). Sum of RGB (Red+Green+Blue) = 214+107+237=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #D66BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BED is #299412. Grayscale: #999999. Windows color (decimal): -2724883 or 15559638. OLE color: 15559638.

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

Color convert

RGB214107237-
CMYK0.100.5500.07
HSL289.38º78.31%67.45%-
HSV(B)289.38º54.85%92.94%-
XYZ48.2830.9383.55-
YUV153.81174.95170.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 107 (42.19% from 255) = 19.18%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=38.35%
G=19.18%
B=42.47%

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
Decimal2141072370.100.5500.07289.3878.3167.45
HexD66BEDA37071214e43
Octal326153355126707441116103
Binary110101101101011111011011010110111011110010000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BED; }

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

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

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

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

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

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

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

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