#D07BE0

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

Shades of Orchid #D07BE0

Tints of Orchid #D07BE0

Color information

#D07BE0 (or 0xD07BE0) is unknown color: approx Orchid. HEX triplet: D0, 7B and E0. RGB value is (208,123,224). Sum of RGB (Red+Green+Blue) = 208+123+224=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D07BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BE0 is #2F841F. Grayscale: #9F9F9F. Windows color (decimal): -3114016 or 14711760. OLE color: 14711760.

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

Color convert

RGB208123224-
CMYK0.070.4500.12
HSL290.5º61.96%68.04%-
HSV(B)290.5º45.09%87.84%-
XYZ46.5532.9674.43-
YUV159.93164.16162.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=37.48%
G=22.16%
B=40.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081232240.070.4500.12290.561.9668.04
HexD07BE072D0C1223e44
Octal32017334075501444276104
Binary11010000111101111100000111101101011001001000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BE0; }

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

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

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

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

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

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

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

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