#D07FBB

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

Shades of Orchid #D07FBB

Tints of Orchid #D07FBB

Color information

#D07FBB (or 0xD07FBB) is unknown color: approx Orchid. HEX triplet: D0, 7F and BB. RGB value is (208,127,187). Sum of RGB (Red+Green+Blue) = 208+127+187=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FBB is #2F8044. Grayscale: #9D9D9D. Windows color (decimal): -3113029 or 12287952. OLE color: 12287952.

HSL color Cylindrical-coordinate representation of color #D07FBB: hue angle of 315.56º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FBB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB208127187-
CMYK00.390.100.18
HSL315.56º46.29%65.69%-
HSV(B)315.56º38.94%81.57%-
XYZ42.5732.1850.98-
YUV158.06144.34163.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=39.85%
G=24.33%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812718700.390.100.18315.5646.2965.69
HexD07FBB027A1213c2e42
Octal320177273047122247456102
Binary1101000011111111011101101001111010100101001111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FBB; }

 p { color: rgb(208,127,187); }

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

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

 a { background-color: rgb(208,127,187); }

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

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

 span { border-color: rgb(208,127,187); }

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