#D07FD4

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

Shades of Orchid #D07FD4

Tints of Orchid #D07FD4

Color information

#D07FD4 (or 0xD07FD4) is unknown color: approx Orchid. HEX triplet: D0, 7F and D4. RGB value is (208,127,212). Sum of RGB (Red+Green+Blue) = 208+127+212=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #D07FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FD4 is #2F802B. Grayscale: #A0A0A0. Windows color (decimal): -3113004 or 13926352. OLE color: 13926352.

HSL color Cylindrical-coordinate representation of color #D07FD4: hue angle of 297.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07FD4 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208127212-
CMYK0.020.4000.17
HSL297.18º49.71%66.47%-
HSV(B)297.18º40.09%83.14%-
XYZ45.4933.3466.33-
YUV160.91156.84161.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=38.03%
G=23.22%
B=38.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081272120.020.4000.17297.1849.7166.47
HexD07FD42280111293242
Octal32017732425002145162102
Binary11010000111111111010100101010000100011001010011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FD4; }

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

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

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

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

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

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

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

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