#D07FE1

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

Shades of Orchid #D07FE1

Tints of Orchid #D07FE1

Color information

#D07FE1 (or 0xD07FE1) is unknown color: approx Orchid. HEX triplet: D0, 7F and E1. RGB value is (208,127,225). Sum of RGB (Red+Green+Blue) = 208+127+225=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #D07FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FE1 is #2F801E. Grayscale: #A2A2A2. Windows color (decimal): -3112991 or 14778320. OLE color: 14778320.

HSL color Cylindrical-coordinate representation of color #D07FE1: hue angle of 289.59º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07FE1 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208127225-
CMYK0.080.4400.12
HSL289.59º62.03%69.02%-
HSV(B)289.59º43.56%88.24%-
XYZ47.1934.0275.31-
YUV162.39163.34160.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=37.14%
G=22.68%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081272250.080.4400.12289.5962.0369.02
HexD07FE182C0C1223e45
Octal320177341105401444276105
Binary110100001111111111000011000101100011001001000101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FE1; }

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

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

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

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

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

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

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

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