#D071CF

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

Shades of Orchid #D071CF

Tints of Orchid #D071CF

Color information

#D071CF (or 0xD071CF) is unknown color: approx Orchid. HEX triplet: D0, 71 and CF. RGB value is (208,113,207). Sum of RGB (Red+Green+Blue) = 208+113+207=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D071CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071CF is #2F8E30. Grayscale: #979797. Windows color (decimal): -3116593 or 13595088. OLE color: 13595088.

HSL color Cylindrical-coordinate representation of color #D071CF: hue angle of 300.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D071CF is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208113207-
CMYK00.460.000.18
HSL300.63º50.26%62.94%-
HSV(B)300.63º45.67%81.57%-
XYZ43.1829.7362.49-
YUV152.12158.97167.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=39.39%
G=21.40%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811320700.460.000.18300.6350.2662.94
HexD071CF02E01212d323f
Octal3201613170560224556277
Binary110100001110001110011110101110010010100101101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071CF; }

 p { color: rgb(208,113,207); }

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

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

 a { background-color: rgb(208,113,207); }

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

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

 span { border-color: rgb(208,113,207); }

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