Html Css Color HEX #C27CA5 Bouquet

📋 copy color: '#C27CA5'

red 194 ◦ green 124 ◦ blue 165

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

Shades of Bouquet #C27CA5

Tints of Bouquet #C27CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 40.17%
G = 25.67%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C27CA5 (or 0xC27CA5) is known color: Bouquet. HEX triplet: C2, 7C and A5. RGB value is (194,124,165). Sum of RGB (Red+Green+Blue) = 194+124+165=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CA5 is #3D835A. Grayscale: #959595. Windows color (decimal): -4031323 or 10845378. OLE color: 10845378.

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

Color convert

RGB 194 124 165 -
CMYK 0 0.36 0.15 0.24
HSL 324.86º 0.36% 0.62% -
HSV(B) 324.86º 0.36% 0.76% -
XYZ 36.25 28.6 39.21 -
YUV 149.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 194 124 165 0 0.36 0.15 0.24 324.86 0.36 0.62
Hex C2 7C A5 0 24 F 18 145 24 3E
Octal 302 174 245 0 44 17 30 505 44 76
Binary 11000010 1111100 10100101 0 100100 1111 11000 101000101 100100 111110

Color Harmonies of #C27CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CA5

Black with #C27CA5

Text Example


Text Example

White with #C27CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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