#D07DC5

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

Shades of Orchid #D07DC5

Tints of Orchid #D07DC5

Color information

#D07DC5 (or 0xD07DC5) is unknown color: approx Orchid. HEX triplet: D0, 7D and C5. RGB value is (208,125,197). Sum of RGB (Red+Green+Blue) = 208+125+197=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC5 is #2F823A. Grayscale: #9D9D9D. Windows color (decimal): -3113531 or 12942800. OLE color: 12942800.

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

Color convert

RGB208125197-
CMYK00.400.050.18
HSL307.95º46.89%65.29%-
HSV(B)307.95º39.9%81.57%-
XYZ43.4232.1156.73-
YUV158.02150163.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=39.25%
G=23.58%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812519700.400.050.18307.9546.8965.29
HexD07DC50285121342f41
Octal32017530505052246457101
Binary110100001111101110001010101000101100101001101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DC5; }

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

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

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

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

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

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

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

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