#D07FD1

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

Shades of Orchid #D07FD1

Tints of Orchid #D07FD1

Color information

#D07FD1 (or 0xD07FD1) is unknown color: approx Orchid. HEX triplet: D0, 7F and D1. RGB value is (208,127,209). Sum of RGB (Red+Green+Blue) = 208+127+209=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #D07FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FD1 is #2F802E. Grayscale: #A0A0A0. Windows color (decimal): -3113007 or 13729744. OLE color: 13729744.

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

Color convert

RGB208127209-
CMYK0.000.3900.18
HSL299.27º47.13%65.88%-
HSV(B)299.27º39.23%81.96%-
XYZ45.1133.1964.35-
YUV160.57155.34161.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=38.24%
G=23.35%
B=38.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081272090.000.3900.18299.2747.1365.88
HexD07FD102701212b2f42
Octal32017732104702245357102
Binary1101000011111111101000101001110100101001010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FD1; }

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

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

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

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

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

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

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

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