#C971CE

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

Shades of Orchid #C971CE

Tints of Orchid #C971CE

Color information

#C971CE (or 0xC971CE) is unknown color: approx Orchid. HEX triplet: C9, 71 and CE. RGB value is (201,113,206). Sum of RGB (Red+Green+Blue) = 201+113+206=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #C971CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971CE is #368E31. Grayscale: #959595. Windows color (decimal): -3575346 or 13529545. OLE color: 13529545.

HSL color Cylindrical-coordinate representation of color #C971CE: hue angle of 296.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C971CE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201113206-
CMYK0.020.4500.19
HSL296.77º48.69%62.55%-
HSV(B)296.77º45.15%80.78%-
XYZ41.1328.6861.76-
YUV149.91159.65164.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=38.65%
G=21.73%
B=39.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011132060.020.4500.19296.7748.6962.55
HexC971CE22D013129313f
Octal3111613162550234516177
Binary1100100111100011100111010101101010011100101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971CE; }

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

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

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

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

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

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

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

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