#d66bff

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

Shades of Heliotrope #D66BFF

Tints of Heliotrope #D66BFF

Color information

#D66BFF (or 0xD66BFF) is unknown color: approx Heliotrope. HEX triplet: D6, 6B and FF. RGB value is (214,107,255). Sum of RGB (Red+Green+Blue) = 214+107+255=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #D66BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BFF is #299400. Grayscale: #9B9B9B. Windows color (decimal): -2724865 or 16739286. OLE color: 16739286.

HSL color Cylindrical-coordinate representation of color #D66BFF: hue angle of 283.38º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66BFF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214107255-
CMYK0.160.5800
HSL283.38º100%70.98%-
HSV(B)283.38º58.04%100%-
XYZ51.0432.0398.1-
YUV155.86183.95169.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 107 (42.19% from 255) = 18.58%
BLUE value IS 255 (100% from 255) = 44.27%
R=37.15%
G=18.58%
B=44.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141072550.160.5800283.3810070.98
HexD66BFF103A0011b6447
Octal326153377207200433144107
Binary11010110110101111111111100001110100010001101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d66bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d66bff; }

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

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

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

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

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

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

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

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