#C57EBF

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

Shades of Orchid #C57EBF

Tints of Orchid #C57EBF

Color information

#C57EBF (or 0xC57EBF) is unknown color: approx Orchid. HEX triplet: C5, 7E and BF. RGB value is (197,126,191). Sum of RGB (Red+Green+Blue) = 197+126+191=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EBF is #3A8140. Grayscale: #9A9A9A. Windows color (decimal): -3834177 or 12549829. OLE color: 12549829.

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

Color convert

RGB197126191-
CMYK00.360.030.23
HSL305.07º37.97%63.33%-
HSV(B)305.07º36.04%77.25%-
XYZ39.8930.5553.09-
YUV154.64148.52158.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 191 (75% from 255) = 37.16%
R=38.33%
G=24.51%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712619100.360.030.23305.0737.9763.33
HexC57EBF024317131263f
Octal3051762770443274614677
Binary1100010111111101011111101001001110111100110001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57EBF; }

 p { color: rgb(197,126,191); }

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

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

 a { background-color: rgb(197,126,191); }

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

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

 span { border-color: rgb(197,126,191); }

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