#D07DCB

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

Shades of Orchid #D07DCB

Tints of Orchid #D07DCB

Color information

#D07DCB (or 0xD07DCB) is unknown color: approx Orchid. HEX triplet: D0, 7D and CB. RGB value is (208,125,203). Sum of RGB (Red+Green+Blue) = 208+125+203=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DCB is #2F8234. Grayscale: #9E9E9E. Windows color (decimal): -3113525 or 13336016. OLE color: 13336016.

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

Color convert

RGB208125203-
CMYK00.400.020.18
HSL303.61º46.89%65.29%-
HSV(B)303.61º39.9%81.57%-
XYZ44.1332.3960.43-
YUV158.71153163.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=38.81%
G=23.32%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812520300.400.020.18303.6146.8965.29
HexD07DCB0282121302f41
Octal32017531305022246057101
Binary11010000111110111001011010100010100101001100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DCB; }

 p { color: rgb(208,125,203); }

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

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

 a { background-color: rgb(208,125,203); }

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

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

 span { border-color: rgb(208,125,203); }

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