#C57BCE

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

Shades of Orchid #C57BCE

Tints of Orchid #C57BCE

Color information

#C57BCE (or 0xC57BCE) is unknown color: approx Orchid. HEX triplet: C5, 7B and CE. RGB value is (197,123,206). Sum of RGB (Red+Green+Blue) = 197+123+206=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C57BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BCE is #3A8431. Grayscale: #9A9A9A. Windows color (decimal): -3834930 or 13532101. OLE color: 13532101.

HSL color Cylindrical-coordinate representation of color #C57BCE: hue angle of 293.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57BCE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197123206-
CMYK0.040.4000.19
HSL293.49º45.86%64.51%-
HSV(B)293.49º40.29%80.78%-
XYZ41.2530.4962.1-
YUV154.59157.02158.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=37.45%
G=23.38%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971232060.040.4000.19293.4945.8664.51
HexC57BCE4280131252e41
Octal30517331645002344556101
Binary110001011111011110011101001010000100111001001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BCE; }

 p { color: rgb(197,123,206); }

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

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

 a { background-color: rgb(197,123,206); }

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

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

 span { border-color: rgb(197,123,206); }

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