#C571CA

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

Shades of Orchid #C571CA

Tints of Orchid #C571CA

Color information

#C571CA (or 0xC571CA) is unknown color: approx Orchid. HEX triplet: C5, 71 and CA. RGB value is (197,113,202). Sum of RGB (Red+Green+Blue) = 197+113+202=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #C571CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CA is #3A8E35. Grayscale: #939393. Windows color (decimal): -3837494 or 13267397. OLE color: 13267397.

HSL color Cylindrical-coordinate representation of color #C571CA: hue angle of 296.63º degrees, saturation: 0.46, 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 #C571CA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197113202-
CMYK0.020.4400.21
HSL296.63º45.64%61.76%-
HSV(B)296.63º44.06%79.22%-
XYZ39.5927.9459.18-
YUV148.26158.33162.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=38.48%
G=22.07%
B=39.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971132020.020.4400.21296.6345.6461.76
HexC571CA22C0151292e3e
Octal3051613122540254515676
Binary1100010111100011100101010101100010101100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571CA; }

 p { color: rgb(197,113,202); }

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

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

 a { background-color: rgb(197,113,202); }

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

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

 span { border-color: rgb(197,113,202); }

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