#C971CC

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

Shades of Orchid #C971CC

Tints of Orchid #C971CC

Color information

#C971CC (or 0xC971CC) is unknown color: approx Orchid. HEX triplet: C9, 71 and CC. RGB value is (201,113,204). Sum of RGB (Red+Green+Blue) = 201+113+204=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C971CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971CC is #368E33. Grayscale: #959595. Windows color (decimal): -3575348 or 13398473. OLE color: 13398473.

HSL color Cylindrical-coordinate representation of color #C971CC: hue angle of 298.02º degrees, saturation: 0.47, 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 #C971CC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201113204-
CMYK0.010.4500.2
HSL298.02º47.15%62.16%-
HSV(B)298.02º44.61%80%-
XYZ40.8928.5960.49-
YUV149.69158.65164.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=38.80%
G=21.81%
B=39.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011132040.010.4500.2298.0247.1562.16
HexC971CC12D01412a2f3e
Octal3111613141550244525776
Binary110010011110001110011001101101010100100101010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971CC; }

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

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

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

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

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

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

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

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