#D07FD7

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

Shades of Orchid #D07FD7

Tints of Orchid #D07FD7

Color information

#D07FD7 (or 0xD07FD7) is unknown color: approx Orchid. HEX triplet: D0, 7F and D7. RGB value is (208,127,215). Sum of RGB (Red+Green+Blue) = 208+127+215=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #D07FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FD7 is #2F8028. Grayscale: #A0A0A0. Windows color (decimal): -3113001 or 14122960. OLE color: 14122960.

HSL color Cylindrical-coordinate representation of color #D07FD7: hue angle of 295.23º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07FD7 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208127215-
CMYK0.030.4100.16
HSL295.23º52.38%67.06%-
HSV(B)295.23º40.93%84.31%-
XYZ45.8733.4968.34-
YUV161.25158.34161.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 127 (50% from 255) = 23.09%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=37.82%
G=23.09%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081272150.030.4100.16295.2352.3867.06
HexD07FD73290101273443
Octal32017732735102044764103
Binary11010000111111111010111111010010100001001001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FD7; }

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

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

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

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

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

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

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

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