#D971C9

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

Shades of Orchid #D971C9

Tints of Orchid #D971C9

Color information

#D971C9 (or 0xD971C9) is unknown color: approx Orchid. HEX triplet: D9, 71 and C9. RGB value is (217,113,201). Sum of RGB (Red+Green+Blue) = 217+113+201=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D971C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971C9 is #268E36. Grayscale: #999999. Windows color (decimal): -2526775 or 13201881. OLE color: 13201881.

HSL color Cylindrical-coordinate representation of color #D971C9: hue angle of 309.23º degrees, saturation: 0.58, 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 #D971C9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217113201-
CMYK00.480.070.15
HSL309.23º57.78%64.71%-
HSV(B)309.23º47.93%85.1%-
XYZ45.0630.7858.82-
YUV154.13154.46172.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=40.87%
G=21.28%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711320100.480.070.15309.2357.7864.71
HexD971C90307F1353a41
Octal33116131106071746572101
Binary11011001111000111001001011000011111111001101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971C9; }

 p { color: rgb(217,113,201); }

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

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

 a { background-color: rgb(217,113,201); }

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

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

 span { border-color: rgb(217,113,201); }

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