#C57ACF

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

Shades of Orchid #C57ACF

Tints of Orchid #C57ACF

Color information

#C57ACF (or 0xC57ACF) is unknown color: approx Orchid. HEX triplet: C5, 7A and CF. RGB value is (197,122,207). Sum of RGB (Red+Green+Blue) = 197+122+207=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C57ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ACF is #3A8530. Grayscale: #999999. Windows color (decimal): -3835185 or 13597381. OLE color: 13597381.

HSL color Cylindrical-coordinate representation of color #C57ACF: hue angle of 292.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57ACF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197122207-
CMYK0.050.4100.19
HSL292.94º46.96%64.51%-
HSV(B)292.94º41.06%81.18%-
XYZ41.2530.2962.7-
YUV154.12157.85158.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=37.45%
G=23.19%
B=39.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971222070.050.4100.19292.9446.9664.51
HexC57ACF5290131252f41
Octal30517231755102344557101
Binary110001011111010110011111011010010100111001001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57ACF; }

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

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

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

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

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

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

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

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