#C57ABB

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

Shades of Orchid #C57ABB

Tints of Orchid #C57ABB

Color information

#C57ABB (or 0xC57ABB) is unknown color: approx Orchid. HEX triplet: C5, 7A and BB. RGB value is (197,122,187). Sum of RGB (Red+Green+Blue) = 197+122+187=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C57ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ABB is #3A8544. Grayscale: #979797. Windows color (decimal): -3835205 or 12286661. OLE color: 12286661.

HSL color Cylindrical-coordinate representation of color #C57ABB: hue angle of 308º 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 #C57ABB is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197122187-
CMYK00.380.050.23
HSL308º39.27%62.55%-
HSV(B)308º38.07%77.25%-
XYZ38.9629.3850.63-
YUV151.84147.85160.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=38.93%
G=24.11%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712218700.380.050.2330839.2762.55
HexC57ABB026517134273f
Octal3051722730465274644777
Binary11000101111101010111011010011010110111100110100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57ABB; }

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

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

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

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

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

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

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

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