#C57CCA

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

Shades of Orchid #C57CCA

Tints of Orchid #C57CCA

Color information

#C57CCA (or 0xC57CCA) is unknown color: approx Orchid. HEX triplet: C5, 7C and CA. RGB value is (197,124,202). Sum of RGB (Red+Green+Blue) = 197+124+202=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CCA is #3A8335. Grayscale: #9A9A9A. Windows color (decimal): -3834678 or 13270213. OLE color: 13270213.

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

Color convert

RGB197124202-
CMYK0.020.3900.21
HSL296.15º42.39%63.92%-
HSV(B)296.15º38.61%79.22%-
XYZ40.8930.5559.62-
YUV154.72154.68158.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.67%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=37.67%
G=23.71%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971242020.020.3900.21296.1542.3963.92
HexC57CCA2270151282a40
Octal30517431224702545052100
Binary11000101111110011001010101001110101011001010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57CCA; }

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

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

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

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

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

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

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

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