Html Css Color HEX #C27EAA Bouquet

📋 copy color: '#C27EAA'

red 194 ◦ green 126 ◦ blue 170

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

Shades of Bouquet #C27EAA

Tints of Bouquet #C27EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.71%

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

R = 39.59%
G = 25.71%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C27EAA (or 0xC27EAA) is known color: Bouquet. HEX triplet: C2, 7E and AA. RGB value is (194,126,170). Sum of RGB (Red+Green+Blue) = 194+126+170=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EAA is #3D8155. Grayscale: #979797. Windows color (decimal): -4030806 or 11173570. OLE color: 11173570.

HSL color Cylindrical-coordinate representation of color #C27EAA: hue angle of 321.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27EAA is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 126 170 -
CMYK 0 0.35 0.12 0.24
HSL 321.18º 0.36% 0.63% -
HSV(B) 321.18º 0.35% 0.76% -
XYZ 36.96 29.29 41.74 -
YUV 151.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 194 126 170 0 0.35 0.12 0.24 321.18 0.36 0.63
Hex C2 7E AA 0 23 C 18 141 24 3F
Octal 302 176 252 0 43 14 30 501 44 77
Binary 11000010 1111110 10101010 0 100011 1100 11000 101000001 100100 111111

Color Harmonies of #C27EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EAA

Black with #C27EAA

Text Example


Text Example

White with #C27EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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