Html Css Color HEX #C273A9 Bouquet

📋 copy color: '#C273A9'

red 194 ◦ green 115 ◦ blue 169

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

Shades of Bouquet #C273A9

Tints of Bouquet #C273A9

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

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

 BLUE value IS 169 (66.41% from 255) = 35.36%

R = 40.59%
G = 24.06%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C273A9 (or 0xC273A9) is known color: Bouquet. HEX triplet: C2, 73 and A9. RGB value is (194,115,169). Sum of RGB (Red+Green+Blue) = 194+115+169=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C273A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273A9 is #3D8C56. Grayscale: #909090. Windows color (decimal): -4033623 or 11105218. OLE color: 11105218.

HSL color Cylindrical-coordinate representation of color #C273A9: hue angle of 318.99º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273A9 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 169 -
CMYK 0 0.41 0.13 0.24
HSL 318.99º 0.39% 0.61% -
HSV(B) 318.99º 0.41% 0.76% -
XYZ 35.54 26.6 40.8 -
YUV 144.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 194 115 169 0 0.41 0.13 0.24 318.99 0.39 0.61
Hex C2 73 A9 0 29 D 18 13F 27 3D
Octal 302 163 251 0 51 15 30 477 47 75
Binary 11000010 1110011 10101001 0 101001 1101 11000 100111111 100111 111101

Color Harmonies of #C273A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273A9

Black with #C273A9

Text Example


Text Example

White with #C273A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273A9; }

 p { color: rgb(194,115,169); }

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

background-color css

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

 a { background-color: rgb(194,115,169); }

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

border-color css

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

 span { border-color: rgb(194,115,169); }

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