#D06BED

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

Shades of Heliotrope #D06BED

Tints of Heliotrope #D06BED

Color information

#D06BED (or 0xD06BED) is unknown color: approx Heliotrope. HEX triplet: D0, 6B and ED. RGB value is (208,107,237). Sum of RGB (Red+Green+Blue) = 208+107+237=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D06BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BED is #2F9412. Grayscale: #979797. Windows color (decimal): -3118099 or 15559632. OLE color: 15559632.

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

Color convert

RGB208107237-
CMYK0.120.5500.07
HSL286.62º78.31%67.45%-
HSV(B)286.62º54.85%92.94%-
XYZ46.5630.0483.47-
YUV152.02175.96167.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 107 (42.19% from 255) = 19.38%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=37.68%
G=19.38%
B=42.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081072370.120.5500.07286.6278.3167.45
HexD06BEDC370711f4e43
Octal320153355146707437116103
Binary110100001101011111011011100110111011110001111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06BED; }

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

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

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

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

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

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

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

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