#C574CA

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

Shades of Orchid #C574CA

Tints of Orchid #C574CA

Color information

#C574CA (or 0xC574CA) is unknown color: approx Orchid. HEX triplet: C5, 74 and CA. RGB value is (197,116,202). Sum of RGB (Red+Green+Blue) = 197+116+202=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C574CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574CA is #3A8B35. Grayscale: #959595. Windows color (decimal): -3836726 or 13268165. OLE color: 13268165.

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

Color convert

RGB197116202-
CMYK0.020.4300.21
HSL296.51º44.79%62.35%-
HSV(B)296.51º42.57%79.22%-
XYZ39.9328.6359.3-
YUV150.02157.34161.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 116 (45.70% from 255) = 22.52%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=38.25%
G=22.52%
B=39.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971162020.020.4300.21296.5144.7962.35
HexC574CA22B0151292d3e
Octal3051643122530254515576
Binary1100010111101001100101010101011010101100101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C574CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C574CA; }

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

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

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

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

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

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

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

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