Html Css Color HEX #C474A8 Hopbush

📋 copy color: '#C474A8'

red 196 ◦ green 116 ◦ blue 168

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

Shades of Hopbush #C474A8

Tints of Hopbush #C474A8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

 BLUE value IS 168 (66.02% from 255) = 35%

R = 40.83%
G = 24.17%
B = 35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C474A8 (or 0xC474A8) is known color: Hopbush. HEX triplet: C4, 74 and A8. RGB value is (196,116,168). Sum of RGB (Red+Green+Blue) = 196+116+168=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C474A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474A8 is #3B8B57. Grayscale: #919191. Windows color (decimal): -3902296 or 11039940. OLE color: 11039940.

HSL color Cylindrical-coordinate representation of color #C474A8: hue angle of 321º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C474A8 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 168 -
CMYK 0 0.41 0.14 0.23
HSL 321º 0.4% 0.61% -
HSV(B) 321º 0.41% 0.77% -
XYZ 36.08 27.05 40.37 -
YUV 145.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 196 116 168 0 0.41 0.14 0.23 321 0.4 0.61
Hex C4 74 A8 0 29 E 17 141 28 3D
Octal 304 164 250 0 51 16 27 501 50 75
Binary 11000100 1110100 10101000 0 101001 1110 10111 101000001 101000 111101

Color Harmonies of #C474A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474A8

Black with #C474A8

Text Example


Text Example

White with #C474A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474A8; }

 p { color: rgb(196,116,168); }

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

background-color css

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

 a { background-color: rgb(196,116,168); }

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

border-color css

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

 span { border-color: rgb(196,116,168); }

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