#C971D9

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

Shades of Orchid #C971D9

Tints of Orchid #C971D9

Color information

#C971D9 (or 0xC971D9) is unknown color: approx Orchid. HEX triplet: C9, 71 and D9. RGB value is (201,113,217). Sum of RGB (Red+Green+Blue) = 201+113+217=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #C971D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971D9 is #368E26. Grayscale: #969696. Windows color (decimal): -3575335 or 14250441. OLE color: 14250441.

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

Color convert

RGB201113217-
CMYK0.070.4800.15
HSL290.77º57.78%64.71%-
HSV(B)290.77º47.93%85.1%-
XYZ42.5229.2469.05-
YUV151.17165.15163.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011132170.070.4800.15290.7757.7864.71
HexC971D97300F1233a41
Octal31116133176001744372101
Binary11001001111000111011001111110000011111001000111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971D9; }

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

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

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

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

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

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

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

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