Html Css Color HEX #C375A8 Hopbush

📋 copy color: '#C375A8'

red 195 ◦ green 117 ◦ blue 168

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

Shades of Hopbush #C375A8

Tints of Hopbush #C375A8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.38%

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

R = 40.63%
G = 24.38%
B = 35%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C375A8 (or 0xC375A8) is known color: Hopbush. HEX triplet: C3, 75 and A8. RGB value is (195,117,168). Sum of RGB (Red+Green+Blue) = 195+117+168=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C375A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375A8 is #3C8A57. Grayscale: #929292. Windows color (decimal): -3967576 or 11040195. OLE color: 11040195.

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

Color convert

RGB 195 117 168 -
CMYK 0 0.4 0.14 0.24
HSL 320.77º 0.39% 0.61% -
HSV(B) 320.77º 0.4% 0.76% -
XYZ 35.93 27.15 40.39 -
YUV 146.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 195 117 168 0 0.4 0.14 0.24 320.77 0.39 0.61
Hex C3 75 A8 0 28 E 18 141 27 3D
Octal 303 165 250 0 50 16 30 501 47 75
Binary 11000011 1110101 10101000 0 101000 1110 11000 101000001 100111 111101

Color Harmonies of #C375A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375A8

Black with #C375A8

Text Example


Text Example

White with #C375A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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