#D071C5

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

Shades of Orchid #D071C5

Tints of Orchid #D071C5

Color information

#D071C5 (or 0xD071C5) is unknown color: approx Orchid. HEX triplet: D0, 71 and C5. RGB value is (208,113,197). Sum of RGB (Red+Green+Blue) = 208+113+197=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D071C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071C5 is #2F8E3A. Grayscale: #969696. Windows color (decimal): -3116603 or 12939728. OLE color: 12939728.

HSL color Cylindrical-coordinate representation of color #D071C5: hue angle of 306.95º 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 #D071C5 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208113197-
CMYK00.460.050.18
HSL306.95º50.26%62.94%-
HSV(B)306.95º45.67%81.57%-
XYZ4229.2556.26-
YUV150.98153.97168.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 197 (77.34% from 255) = 38.03%
R=40.15%
G=21.81%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811319700.460.050.18306.9550.2662.94
HexD071C502E512133323f
Octal3201613050565224636277
Binary11010000111000111000101010111010110010100110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071C5; }

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

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

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

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

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

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

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

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