#C971E0

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

Shades of Orchid #C971E0

Tints of Orchid #C971E0

Color information

#C971E0 (or 0xC971E0) is unknown color: approx Orchid. HEX triplet: C9, 71 and E0. RGB value is (201,113,224). Sum of RGB (Red+Green+Blue) = 201+113+224=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #C971E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971E0 is #368E1F. Grayscale: #979797. Windows color (decimal): -3575328 or 14709193. OLE color: 14709193.

HSL color Cylindrical-coordinate representation of color #C971E0: hue angle of 287.57º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C971E0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201113224-
CMYK0.100.5000.12
HSL287.57º64.16%66.08%-
HSV(B)287.57º49.55%87.84%-
XYZ43.4529.6173.95-
YUV151.97168.65162.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=37.36%
G=21.00%
B=41.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011132240.100.5000.12287.5764.1666.08
HexC971E0A320C1204042
Octal3111613401262014440100102
Binary1100100111100011110000010101100100110010010000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971E0; }

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

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

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

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

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

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

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

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