#C57BBF

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

Shades of Orchid #C57BBF

Tints of Orchid #C57BBF

Color information

#C57BBF (or 0xC57BBF) is unknown color: approx Orchid. HEX triplet: C5, 7B and BF. RGB value is (197,123,191). Sum of RGB (Red+Green+Blue) = 197+123+191=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BBF is #3A8440. Grayscale: #989898. Windows color (decimal): -3834945 or 12549061. OLE color: 12549061.

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

Color convert

RGB197123191-
CMYK00.380.030.23
HSL304.86º38.95%62.75%-
HSV(B)304.86º37.56%77.25%-
XYZ39.5129.852.96-
YUV152.88149.52159.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 123 (48.44% from 255) = 24.07%
BLUE value IS 191 (75% from 255) = 37.38%
R=38.55%
G=24.07%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712319100.380.030.23304.8638.9562.75
HexC57BBF026317131273f
Octal3051732770463274614777
Binary1100010111110111011111101001101110111100110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BBF; }

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

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

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

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

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

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

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

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