#C57ABA

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

Shades of Orchid #C57ABA

Tints of Orchid #C57ABA

Color information

#C57ABA (or 0xC57ABA) is unknown color: approx Orchid. HEX triplet: C5, 7A and BA. RGB value is (197,122,186). Sum of RGB (Red+Green+Blue) = 197+122+186=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C57ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ABA is #3A8545. Grayscale: #979797. Windows color (decimal): -3835206 or 12221125. OLE color: 12221125.

HSL color Cylindrical-coordinate representation of color #C57ABA: hue angle of 308.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57ABA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197122186-
CMYK00.380.060.23
HSL308.8º39.27%62.55%-
HSV(B)308.8º38.07%77.25%-
XYZ38.8529.3350.07-
YUV151.72147.35160.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=39.01%
G=24.16%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712218600.380.060.23308.839.2762.55
HexC57ABA026617135273f
Octal3051722720466274654777
Binary11000101111101010111010010011011010111100110101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57ABA; }

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

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

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

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

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

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

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

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