#D07BBA

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

Shades of Orchid #D07BBA

Tints of Orchid #D07BBA

Color information

#D07BBA (or 0xD07BBA) is unknown color: approx Orchid. HEX triplet: D0, 7B and BA. RGB value is (208,123,186). Sum of RGB (Red+Green+Blue) = 208+123+186=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BBA is #2F8445. Grayscale: #9B9B9B. Windows color (decimal): -3114054 or 12221392. OLE color: 12221392.

HSL color Cylindrical-coordinate representation of color #D07BBA: hue angle of 315.53º 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 #D07BBA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208123186-
CMYK00.410.110.18
HSL315.53º47.49%64.9%-
HSV(B)315.53º40.87%81.57%-
XYZ41.9631.1250.25-
YUV155.6145.16165.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=40.23%
G=23.79%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812318600.410.110.18315.5347.4964.9
HexD07BBA029B1213c2f41
Octal320173272051132247457101
Binary1101000011110111011101001010011011100101001111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BBA; }

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

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

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

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

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

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

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

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