Html Css Color HEX #C271AC Bouquet

📋 copy color: '#C271AC'

red 194 ◦ green 113 ◦ blue 172

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

Shades of Bouquet #C271AC

Tints of Bouquet #C271AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.59%

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

R = 40.5%
G = 23.59%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C271AC (or 0xC271AC) is known color: Bouquet. HEX triplet: C2, 71 and AC. RGB value is (194,113,172). Sum of RGB (Red+Green+Blue) = 194+113+172=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C271AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271AC is #3D8E53. Grayscale: #8F8F8F. Windows color (decimal): -4034132 or 11301314. OLE color: 11301314.

HSL color Cylindrical-coordinate representation of color #C271AC: hue angle of 316.3º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C271AC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 172 -
CMYK 0 0.42 0.11 0.24
HSL 316.3º 0.4% 0.6% -
HSV(B) 316.3º 0.42% 0.76% -
XYZ 35.6 26.26 42.22 -
YUV 143.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 194 113 172 0 0.42 0.11 0.24 316.3 0.4 0.6
Hex C2 71 AC 0 2A B 18 13C 28 3C
Octal 302 161 254 0 52 13 30 474 50 74
Binary 11000010 1110001 10101100 0 101010 1011 11000 100111100 101000 111100

Color Harmonies of #C271AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271AC

Black with #C271AC

Text Example


Text Example

White with #C271AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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