#D07DC0

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

Shades of Orchid #D07DC0

Tints of Orchid #D07DC0

Color information

#D07DC0 (or 0xD07DC0) is unknown color: approx Orchid. HEX triplet: D0, 7D and C0. RGB value is (208,125,192). Sum of RGB (Red+Green+Blue) = 208+125+192=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC0 is #2F823F. Grayscale: #9D9D9D. Windows color (decimal): -3113536 or 12615120. OLE color: 12615120.

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

Color convert

RGB208125192-
CMYK00.400.080.18
HSL311.57º46.89%65.29%-
HSV(B)311.57º39.9%81.57%-
XYZ42.8631.8853.76-
YUV157.46147.5164.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=39.62%
G=23.81%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812519200.400.080.18311.5746.8965.29
HexD07DC00288121382f41
Octal320175300050102247057101
Binary1101000011111011100000001010001000100101001110001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DC0; }

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

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

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

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

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

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

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

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