Html Css Color HEX #C271AE Bouquet

📋 copy color: '#C271AE'

red 194 ◦ green 113 ◦ blue 174

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

Shades of Bouquet #C271AE

Tints of Bouquet #C271AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 40.33%
G = 23.49%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C271AE (or 0xC271AE) is known color: Bouquet. HEX triplet: C2, 71 and AE. RGB value is (194,113,174). Sum of RGB (Red+Green+Blue) = 194+113+174=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C271AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271AE is #3D8E51. Grayscale: #909090. Windows color (decimal): -4034130 or 11432386. OLE color: 11432386.

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

Color convert

RGB 194 113 174 -
CMYK 0 0.42 0.10 0.24
HSL 314.81º 0.4% 0.6% -
HSV(B) 314.81º 0.42% 0.76% -
XYZ 35.79 26.34 43.24 -
YUV 144.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 194 113 174 0 0.42 0.10 0.24 314.81 0.4 0.6
Hex C2 71 AE 0 2A A 18 13B 28 3C
Octal 302 161 256 0 52 12 30 473 50 74
Binary 11000010 1110001 10101110 0 101010 1010 11000 100111011 101000 111100

Color Harmonies of #C271AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271AE

Black with #C271AE

Text Example


Text Example

White with #C271AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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