Html Css Color HEX #C27BA9 Bouquet

📋 copy color: '#C27BA9'

red 194 ◦ green 123 ◦ blue 169

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

Shades of Bouquet #C27BA9

Tints of Bouquet #C27BA9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

 BLUE value IS 169 (66.41% from 255) = 34.77%

R = 39.92%
G = 25.31%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C27BA9 (or 0xC27BA9) is known color: Bouquet. HEX triplet: C2, 7B and A9. RGB value is (194,123,169). Sum of RGB (Red+Green+Blue) = 194+123+169=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BA9 is #3D8456. Grayscale: #959595. Windows color (decimal): -4031575 or 11107266. OLE color: 11107266.

HSL color Cylindrical-coordinate representation of color #C27BA9: hue angle of 321.13º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BA9 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 169 -
CMYK 0 0.37 0.13 0.24
HSL 321.13º 0.37% 0.62% -
HSV(B) 321.13º 0.37% 0.76% -
XYZ 36.49 28.5 41.11 -
YUV 149.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 194 123 169 0 0.37 0.13 0.24 321.13 0.37 0.62
Hex C2 7B A9 0 25 D 18 141 25 3E
Octal 302 173 251 0 45 15 30 501 45 76
Binary 11000010 1111011 10101001 0 100101 1101 11000 101000001 100101 111110

Color Harmonies of #C27BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BA9

Black with #C27BA9

Text Example


Text Example

White with #C27BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BA9; }

 p { color: rgb(194,123,169); }

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

background-color css

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

 a { background-color: rgb(194,123,169); }

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

border-color css

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

 span { border-color: rgb(194,123,169); }

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