Html Css Color HEX #C27CAD Bouquet

📋 copy color: '#C27CAD'

red 194 ◦ green 124 ◦ blue 173

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

Shades of Bouquet #C27CAD

Tints of Bouquet #C27CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 39.51%
G = 25.25%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C27CAD (or 0xC27CAD) is known color: Bouquet. HEX triplet: C2, 7C and AD. RGB value is (194,124,173). Sum of RGB (Red+Green+Blue) = 194+124+173=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CAD is #3D8352. Grayscale: #969696. Windows color (decimal): -4031315 or 11369666. OLE color: 11369666.

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

Color convert

RGB 194 124 173 -
CMYK 0 0.36 0.11 0.24
HSL 318º 0.36% 0.62% -
HSV(B) 318º 0.36% 0.76% -
XYZ 37 28.9 43.16 -
YUV 150.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 194 124 173 0 0.36 0.11 0.24 318 0.36 0.62
Hex C2 7C AD 0 24 B 18 13E 24 3E
Octal 302 174 255 0 44 13 30 476 44 76
Binary 11000010 1111100 10101101 0 100100 1011 11000 100111110 100100 111110

Color Harmonies of #C27CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CAD

Black with #C27CAD

Text Example


Text Example

White with #C27CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CAD; }

 p { color: rgb(194,124,173); }

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

background-color css

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

 a { background-color: rgb(194,124,173); }

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

border-color css

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

 span { border-color: rgb(194,124,173); }

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