Html Css Color HEX #C364A8 Hopbush

📋 copy color: '#C364A8'

red 195 ◦ green 100 ◦ blue 168

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

Shades of Hopbush #C364A8

Tints of Hopbush #C364A8

RGB

 RED value IS 195 (76.56% from 255) = 42.12%

 GREEN value IS 100 (39.45% from 255) = 21.6%

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

R = 42.12%
G = 21.6%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C364A8 (or 0xC364A8) is known color: Hopbush. HEX triplet: C3, 64 and A8. RGB value is (195,100,168). Sum of RGB (Red+Green+Blue) = 195+100+168=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C364A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364A8 is #3C9B57. Grayscale: #878787. Windows color (decimal): -3971928 or 11035843. OLE color: 11035843.

HSL color Cylindrical-coordinate representation of color #C364A8: hue angle of 317.05º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C364A8 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 100 168 -
CMYK 0 0.49 0.14 0.24
HSL 317.05º 0.44% 0.58% -
HSV(B) 317.05º 0.49% 0.76% -
XYZ 34.13 23.54 39.79 -
YUV 136.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 195 100 168 0 0.49 0.14 0.24 317.05 0.44 0.58
Hex C3 64 A8 0 31 E 18 13D 2C 3A
Octal 303 144 250 0 61 16 30 475 54 72
Binary 11000011 1100100 10101000 0 110001 1110 11000 100111101 101100 111010

Color Harmonies of #C364A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364A8

Black with #C364A8

Text Example


Text Example

White with #C364A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364A8; }

 p { color: rgb(195,100,168); }

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

background-color css

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

 a { background-color: rgb(195,100,168); }

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

border-color css

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

 span { border-color: rgb(195,100,168); }

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