#C57CCC

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

Shades of Orchid #C57CCC

Tints of Orchid #C57CCC

Color information

#C57CCC (or 0xC57CCC) is unknown color: approx Orchid. HEX triplet: C5, 7C and CC. RGB value is (197,124,204). Sum of RGB (Red+Green+Blue) = 197+124+204=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C57CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CCC is #3A8333. Grayscale: #9A9A9A. Windows color (decimal): -3834676 or 13401285. OLE color: 13401285.

HSL color Cylindrical-coordinate representation of color #C57CCC: hue angle of 294.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57CCC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197124204-
CMYK0.030.3900.2
HSL294.75º43.96%64.31%-
HSV(B)294.75º39.22%80%-
XYZ41.1330.6560.87-
YUV154.95155.68158-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=37.52%
G=23.62%
B=38.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971242040.030.3900.2294.7543.9664.31
HexC57CCC3270141272c40
Octal30517431434702444754100
Binary11000101111110011001100111001110101001001001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57CCC; }

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

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

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

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

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

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

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

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