#d06be0

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

Shades of Orchid #D06BE0

Tints of Orchid #D06BE0

Color information

#D06BE0 (or 0xD06BE0) is unknown color: approx Orchid. HEX triplet: D0, 6B and E0. RGB value is (208,107,224). Sum of RGB (Red+Green+Blue) = 208+107+224=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #D06BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BE0 is #2F941F. Grayscale: #969696. Windows color (decimal): -3118112 or 14707664. OLE color: 14707664.

HSL color Cylindrical-coordinate representation of color #D06BE0: hue angle of 291.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06BE0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208107224-
CMYK0.070.5200.12
HSL291.79º65.36%64.9%-
HSV(B)291.79º52.23%87.84%-
XYZ44.7229.3173.82-
YUV150.54169.46168.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 107 (42.19% from 255) = 19.85%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=38.59%
G=19.85%
B=41.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081072240.070.5200.12291.7965.3664.9
HexD06BE07340C1244141
Octal320153340764014444101101
Binary110100001101011111000001111101000110010010010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06be0; }

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

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

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

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

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

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

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

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