Html Css Color HEX #C27DA9 Bouquet

📋 copy color: '#C27DA9'

red 194 ◦ green 125 ◦ blue 169

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

Shades of Bouquet #C27DA9

Tints of Bouquet #C27DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.61%

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

R = 39.75%
G = 25.61%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C27DA9 (or 0xC27DA9) is known color: Bouquet. HEX triplet: C2, 7D and A9. RGB value is (194,125,169). Sum of RGB (Red+Green+Blue) = 194+125+169=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DA9 is #3D8256. Grayscale: #969696. Windows color (decimal): -4031063 or 11107778. OLE color: 11107778.

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

Color convert

RGB 194 125 169 -
CMYK 0 0.36 0.13 0.24
HSL 321.74º 0.36% 0.63% -
HSV(B) 321.74º 0.36% 0.76% -
XYZ 36.74 29 41.2 -
YUV 150.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 194 125 169 0 0.36 0.13 0.24 321.74 0.36 0.63
Hex C2 7D A9 0 24 D 18 142 24 3F
Octal 302 175 251 0 44 15 30 502 44 77
Binary 11000010 1111101 10101001 0 100100 1101 11000 101000010 100100 111111

Color Harmonies of #C27DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DA9

Black with #C27DA9

Text Example


Text Example

White with #C27DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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