#C575BF

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

Shades of Orchid #C575BF

Tints of Orchid #C575BF

Color information

#C575BF (or 0xC575BF) is unknown color: approx Orchid. HEX triplet: C5, 75 and BF. RGB value is (197,117,191). Sum of RGB (Red+Green+Blue) = 197+117+191=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C575BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575BF is #3A8A40. Grayscale: #959595. Windows color (decimal): -3836481 or 12547525. OLE color: 12547525.

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

Color convert

RGB197117191-
CMYK00.410.030.23
HSL304.5º40.82%61.57%-
HSV(B)304.5º40.61%77.25%-
XYZ38.7928.3552.72-
YUV149.36151.5161.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 191 (75% from 255) = 37.82%
R=39.01%
G=23.17%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711719100.410.030.23304.540.8261.57
HexC575BF029317130293e
Octal3051652770513274605176
Binary1100010111101011011111101010011110111100110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575BF; }

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

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

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

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

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

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

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

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