#C971BF

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

Shades of Orchid #C971BF

Tints of Orchid #C971BF

Color information

#C971BF (or 0xC971BF) is unknown color: approx Orchid. HEX triplet: C9, 71 and BF. RGB value is (201,113,191). Sum of RGB (Red+Green+Blue) = 201+113+191=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C971BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971BF is #368E40. Grayscale: #939393. Windows color (decimal): -3575361 or 12546505. OLE color: 12546505.

HSL color Cylindrical-coordinate representation of color #C971BF: hue angle of 306.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971BF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201113191-
CMYK00.440.050.21
HSL306.82º44.9%61.57%-
HSV(B)306.82º43.78%78.82%-
XYZ39.427.9952.62-
YUV148.2152.15165.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 191 (75% from 255) = 37.82%
R=39.80%
G=22.38%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111319100.440.050.21306.8244.961.57
HexC971BF02C5151332d3e
Octal3111612770545254635576
Binary11001001111000110111111010110010110101100110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971BF; }

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

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

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

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

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

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

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

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