#C971CD

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

Shades of Orchid #C971CD

Tints of Orchid #C971CD

Color information

#C971CD (or 0xC971CD) is unknown color: approx Orchid. HEX triplet: C9, 71 and CD. RGB value is (201,113,205). Sum of RGB (Red+Green+Blue) = 201+113+205=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #C971CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971CD is #368E32. Grayscale: #959595. Windows color (decimal): -3575347 or 13464009. OLE color: 13464009.

HSL color Cylindrical-coordinate representation of color #C971CD: hue angle of 297.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C971CD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201113205-
CMYK0.020.4500.20
HSL297.39º47.92%62.35%-
HSV(B)297.39º44.88%80.39%-
XYZ41.0128.6461.12-
YUV149.8159.15164.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=38.73%
G=21.77%
B=39.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011132050.020.4500.20297.3947.9262.35
HexC971CD22D014129303e
Octal3111613152550244516076
Binary1100100111100011100110110101101010100100101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971CD; }

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

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

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

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

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

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

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

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