Html Css Color HEX #C27FA4 Bouquet

📋 copy color: '#C27FA4'

red 194 ◦ green 127 ◦ blue 164

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

Shades of Bouquet #C27FA4

Tints of Bouquet #C27FA4

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 40%
G = 26.19%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C27FA4 (or 0xC27FA4) is known color: Bouquet. HEX triplet: C2, 7F and A4. RGB value is (194,127,164). Sum of RGB (Red+Green+Blue) = 194+127+164=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FA4 is #3D805B. Grayscale: #979797. Windows color (decimal): -4030556 or 10780610. OLE color: 10780610.

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

Color convert

RGB 194 127 164 -
CMYK 0 0.35 0.15 0.24
HSL 326.87º 0.35% 0.63% -
HSV(B) 326.87º 0.35% 0.76% -
XYZ 36.54 29.33 38.86 -
YUV 151.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 194 127 164 0 0.35 0.15 0.24 326.87 0.35 0.63
Hex C2 7F A4 0 23 F 18 147 23 3F
Octal 302 177 244 0 43 17 30 507 43 77
Binary 11000010 1111111 10100100 0 100011 1111 11000 101000111 100011 111111

Color Harmonies of #C27FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FA4

Black with #C27FA4

Text Example


Text Example

White with #C27FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FA4; }

 p { color: rgb(194,127,164); }

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

background-color css

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

 a { background-color: rgb(194,127,164); }

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

border-color css

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

 span { border-color: rgb(194,127,164); }

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