#D07ABC

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

Shades of Orchid #D07ABC

Tints of Orchid #D07ABC

Color information

#D07ABC (or 0xD07ABC) is unknown color: approx Orchid. HEX triplet: D0, 7A and BC. RGB value is (208,122,188). Sum of RGB (Red+Green+Blue) = 208+122+188=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABC is #2F8543. Grayscale: #9B9B9B. Windows color (decimal): -3114308 or 12352208. OLE color: 12352208.

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

Color convert

RGB208122188-
CMYK00.410.100.18
HSL313.95º47.78%64.71%-
HSV(B)313.95º41.35%81.57%-
XYZ42.0530.9651.34-
YUV155.24146.49165.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=40.15%
G=23.55%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812218800.410.100.18313.9547.7864.71
HexD07ABC029A1213a3041
Octal320172274051122247260101
Binary1101000011110101011110001010011010100101001110101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07ABC; }

 p { color: rgb(208,122,188); }

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

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

 a { background-color: rgb(208,122,188); }

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

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

 span { border-color: rgb(208,122,188); }

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