#C57ACA

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

Shades of Orchid #C57ACA

Tints of Orchid #C57ACA

Color information

#C57ACA (or 0xC57ACA) is unknown color: approx Orchid. HEX triplet: C5, 7A and CA. RGB value is (197,122,202). Sum of RGB (Red+Green+Blue) = 197+122+202=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ACA is #3A8535. Grayscale: #999999. Windows color (decimal): -3835190 or 13269701. OLE color: 13269701.

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

Color convert

RGB197122202-
CMYK0.020.4000.21
HSL296.25º43.01%63.53%-
HSV(B)296.25º39.6%79.22%-
XYZ40.6530.0559.54-
YUV153.54155.35159-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=37.81%
G=23.42%
B=38.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971222020.020.4000.21296.2543.0163.53
HexC57ACA2280151282b40
Octal30517231225002545053100
Binary11000101111101011001010101010000101011001010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57ACA; }

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

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

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

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

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

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

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

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