#D871CF

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

Shades of Orchid #D871CF

Tints of Orchid #D871CF

Color information

#D871CF (or 0xD871CF) is unknown color: approx Orchid. HEX triplet: D8, 71 and CF. RGB value is (216,113,207). Sum of RGB (Red+Green+Blue) = 216+113+207=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D871CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871CF is #278E30. Grayscale: #9A9A9A. Windows color (decimal): -2592305 or 13595096. OLE color: 13595096.

HSL color Cylindrical-coordinate representation of color #D871CF: hue angle of 305.24º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871CF is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216113207-
CMYK00.480.040.15
HSL305.24º56.91%64.51%-
HSV(B)305.24º47.69%84.71%-
XYZ45.4930.9162.6-
YUV154.51157.62171.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=40.30%
G=21.08%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611320700.480.040.15305.2456.9164.51
HexD871CF0304F1313941
Octal33016131706041746171101
Binary11011000111000111001111011000010011111001100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D871CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D871CF; }

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

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

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

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

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

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

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

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