#D07FC5

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

Shades of Orchid #D07FC5

Tints of Orchid #D07FC5

Color information

#D07FC5 (or 0xD07FC5) is unknown color: approx Orchid. HEX triplet: D0, 7F and C5. RGB value is (208,127,197). Sum of RGB (Red+Green+Blue) = 208+127+197=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC5 is #2F803A. Grayscale: #9F9F9F. Windows color (decimal): -3113019 or 12943312. OLE color: 12943312.

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

Color convert

RGB208127197-
CMYK00.390.050.18
HSL308.15º46.29%65.69%-
HSV(B)308.15º38.94%81.57%-
XYZ43.6832.6256.82-
YUV159.2149.34162.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=39.10%
G=23.87%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812719700.390.050.18308.1546.2965.69
HexD07FC50275121342e42
Octal32017730504752246456102
Binary110100001111111110001010100111101100101001101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FC5; }

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

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

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

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

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

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

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

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