Html Css Color HEX #C573B0 Bouquet

📋 copy color: '#C573B0'

red 197 ◦ green 115 ◦ blue 176

#C573B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #C573B0

Tints of Bouquet #C573B0

RGB

 RED value IS 197 (77.34% from 255) = 40.37%

 GREEN value IS 115 (45.31% from 255) = 23.57%

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 40.37%
G = 23.57%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C573B0 (or 0xC573B0) is known color: Bouquet. HEX triplet: C5, 73 and B0. RGB value is (197,115,176). Sum of RGB (Red+Green+Blue) = 197+115+176=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C573B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573B0 is #3A8C4F. Grayscale: #929292. Windows color (decimal): -3837008 or 11563973. OLE color: 11563973.

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

Color convert

RGB 197 115 176 -
CMYK 0 0.42 0.11 0.23
HSL 315.37º 0.41% 0.61% -
HSV(B) 315.37º 0.42% 0.77% -
XYZ 36.99 27.27 44.39 -
YUV 146.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 197 115 176 0 0.42 0.11 0.23 315.37 0.41 0.61
Hex C5 73 B0 0 2A B 17 13B 29 3D
Octal 305 163 260 0 52 13 27 473 51 75
Binary 11000101 1110011 10110000 0 101010 1011 10111 100111011 101001 111101

Color Harmonies of #C573B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573B0

Black with #C573B0

Text Example


Text Example

White with #C573B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573B0; }

 p { color: rgb(197,115,176); }

 H1.HeaderClassName
 {
   color: #C573B0;
 }
 .AnyTagClassName
 {
   color: #C573B0;
 }
</style>

background-color css

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

 a { background-color: rgb(197,115,176); }

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

border-color css

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

 span { border-color: rgb(197,115,176); }

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