Html Css Color HEX #C27BAA Bouquet

📋 copy color: '#C27BAA'

red 194 ◦ green 123 ◦ blue 170

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

Shades of Bouquet #C27BAA

Tints of Bouquet #C27BAA

RGB

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

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

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

R = 39.84%
G = 25.26%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C27BAA (or 0xC27BAA) is known color: Bouquet. HEX triplet: C2, 7B and AA. RGB value is (194,123,170). Sum of RGB (Red+Green+Blue) = 194+123+170=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAA is #3D8455. Grayscale: #959595. Windows color (decimal): -4031574 or 11172802. OLE color: 11172802.

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

Color convert

RGB 194 123 170 -
CMYK 0 0.37 0.12 0.24
HSL 320.28º 0.37% 0.62% -
HSV(B) 320.28º 0.37% 0.76% -
XYZ 36.59 28.54 41.61 -
YUV 149.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 194 123 170 0 0.37 0.12 0.24 320.28 0.37 0.62
Hex C2 7B AA 0 25 C 18 140 25 3E
Octal 302 173 252 0 45 14 30 500 45 76
Binary 11000010 1111011 10101010 0 100101 1100 11000 101000000 100101 111110

Color Harmonies of #C27BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BAA

Black with #C27BAA

Text Example


Text Example

White with #C27BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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