Html Css Color HEX #C47BAE Bouquet

📋 copy color: '#C47BAE'

red 196 ◦ green 123 ◦ blue 174

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

Shades of Bouquet #C47BAE

Tints of Bouquet #C47BAE

RGB

 RED value IS 196 (76.95% from 255) = 39.76%

 GREEN value IS 123 (48.44% from 255) = 24.95%

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 39.76%
G = 24.95%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C47BAE (or 0xC47BAE) is known color: Bouquet. HEX triplet: C4, 7B and AE. RGB value is (196,123,174). Sum of RGB (Red+Green+Blue) = 196+123+174=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BAE is #3B8451. Grayscale: #969696. Windows color (decimal): -3900498 or 11434948. OLE color: 11434948.

HSL color Cylindrical-coordinate representation of color #C47BAE: hue angle of 318.08º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47BAE is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 174 -
CMYK 0 0.37 0.11 0.23
HSL 318.08º 0.38% 0.63% -
HSV(B) 318.08º 0.37% 0.77% -
XYZ 37.49 28.96 43.66 -
YUV 150.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 196 123 174 0 0.37 0.11 0.23 318.08 0.38 0.63
Hex C4 7B AE 0 25 B 17 13E 26 3F
Octal 304 173 256 0 45 13 27 476 46 77
Binary 11000100 1111011 10101110 0 100101 1011 10111 100111110 100110 111111

Color Harmonies of #C47BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BAE

Black with #C47BAE

Text Example


Text Example

White with #C47BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BAE; }

 p { color: rgb(196,123,174); }

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

background-color css

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

 a { background-color: rgb(196,123,174); }

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

border-color css

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

 span { border-color: rgb(196,123,174); }

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