Html Css Color HEX #C273AA Bouquet

📋 copy color: '#C273AA'

red 194 ◦ green 115 ◦ blue 170

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

Shades of Bouquet #C273AA

Tints of Bouquet #C273AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 40.5%
G = 24.01%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C273AA (or 0xC273AA) is known color: Bouquet. HEX triplet: C2, 73 and AA. RGB value is (194,115,170). Sum of RGB (Red+Green+Blue) = 194+115+170=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C273AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273AA is #3D8C55. Grayscale: #909090. Windows color (decimal): -4033622 or 11170754. OLE color: 11170754.

HSL color Cylindrical-coordinate representation of color #C273AA: hue angle of 318.23º 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 #C273AA is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 170 -
CMYK 0 0.41 0.12 0.24
HSL 318.23º 0.39% 0.61% -
HSV(B) 318.23º 0.41% 0.76% -
XYZ 35.63 26.63 41.29 -
YUV 144.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 194 115 170 0 0.41 0.12 0.24 318.23 0.39 0.61
Hex C2 73 AA 0 29 C 18 13E 27 3D
Octal 302 163 252 0 51 14 30 476 47 75
Binary 11000010 1110011 10101010 0 101001 1100 11000 100111110 100111 111101

Color Harmonies of #C273AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273AA

Black with #C273AA

Text Example


Text Example

White with #C273AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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