Html Css Color HEX #C273AC Bouquet

📋 copy color: '#C273AC'

red 194 ◦ green 115 ◦ blue 172

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

Shades of Bouquet #C273AC

Tints of Bouquet #C273AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 40.33%
G = 23.91%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C273AC (or 0xC273AC) is known color: Bouquet. HEX triplet: C2, 73 and AC. RGB value is (194,115,172). Sum of RGB (Red+Green+Blue) = 194+115+172=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C273AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273AC is #3D8C53. Grayscale: #909090. Windows color (decimal): -4033620 or 11301826. OLE color: 11301826.

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

Color convert

RGB 194 115 172 -
CMYK 0 0.41 0.11 0.24
HSL 316.71º 0.39% 0.61% -
HSV(B) 316.71º 0.41% 0.76% -
XYZ 35.83 26.71 42.3 -
YUV 145.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 194 115 172 0 0.41 0.11 0.24 316.71 0.39 0.61
Hex C2 73 AC 0 29 B 18 13D 27 3D
Octal 302 163 254 0 51 13 30 475 47 75
Binary 11000010 1110011 10101100 0 101001 1011 11000 100111101 100111 111101

Color Harmonies of #C273AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273AC

Black with #C273AC

Text Example


Text Example

White with #C273AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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