#D07BDD

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

Shades of Orchid #D07BDD

Tints of Orchid #D07BDD

Color information

#D07BDD (or 0xD07BDD) is unknown color: approx Orchid. HEX triplet: D0, 7B and DD. RGB value is (208,123,221). Sum of RGB (Red+Green+Blue) = 208+123+221=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D07BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BDD is #2F8422. Grayscale: #9F9F9F. Windows color (decimal): -3114019 or 14515152. OLE color: 14515152.

HSL color Cylindrical-coordinate representation of color #D07BDD: hue angle of 292.04º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07BDD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208123221-
CMYK0.060.4400.13
HSL292.04º59.04%67.45%-
HSV(B)292.04º44.34%86.67%-
XYZ46.1532.872.3-
YUV159.59162.66162.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 123 (48.44% from 255) = 22.28%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=37.68%
G=22.28%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081232210.060.4400.13292.0459.0467.45
HexD07BDD62C0D1243b43
Octal32017333565401544473103
Binary11010000111101111011101110101100011011001001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BDD; }

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

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

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

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

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

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

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

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