#D07BBD

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

Shades of Orchid #D07BBD

Tints of Orchid #D07BBD

Color information

#D07BBD (or 0xD07BBD) is unknown color: approx Orchid. HEX triplet: D0, 7B and BD. RGB value is (208,123,189). Sum of RGB (Red+Green+Blue) = 208+123+189=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BBD is #2F8442. Grayscale: #9B9B9B. Windows color (decimal): -3114051 or 12418000. OLE color: 12418000.

HSL color Cylindrical-coordinate representation of color #D07BBD: hue angle of 313.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07BBD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208123189-
CMYK00.410.090.18
HSL313.41º47.49%64.9%-
HSV(B)313.41º40.87%81.57%-
XYZ42.2831.2551.95-
YUV155.94146.66165.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=40%
G=23.65%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812318900.410.090.18313.4147.4964.9
HexD07BBD0299121392f41
Octal320173275051112247157101
Binary1101000011110111011110101010011001100101001110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BBD; }

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

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

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

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

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

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

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

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