Html Css Color HEX #C27DA6 Bouquet

📋 copy color: '#C27DA6'

red 194 ◦ green 125 ◦ blue 166

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

Shades of Bouquet #C27DA6

Tints of Bouquet #C27DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.23%

R = 40%
G = 25.77%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C27DA6 (or 0xC27DA6) is known color: Bouquet. HEX triplet: C2, 7D and A6. RGB value is (194,125,166). Sum of RGB (Red+Green+Blue) = 194+125+166=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DA6 is #3D8259. Grayscale: #969696. Windows color (decimal): -4031066 or 10911170. OLE color: 10911170.

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

Color convert

RGB 194 125 166 -
CMYK 0 0.36 0.14 0.24
HSL 324.35º 0.36% 0.63% -
HSV(B) 324.35º 0.36% 0.76% -
XYZ 36.46 28.89 39.73 -
YUV 150.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 194 125 166 0 0.36 0.14 0.24 324.35 0.36 0.63
Hex C2 7D A6 0 24 E 18 144 24 3F
Octal 302 175 246 0 44 16 30 504 44 77
Binary 11000010 1111101 10100110 0 100100 1110 11000 101000100 100100 111111

Color Harmonies of #C27DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DA6

Black with #C27DA6

Text Example


Text Example

White with #C27DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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