Html Css Color HEX #C370A8 Hopbush

📋 copy color: '#C370A8'

red 195 ◦ green 112 ◦ blue 168

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

Shades of Hopbush #C370A8

Tints of Hopbush #C370A8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 41.05%
G = 23.58%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C370A8 (or 0xC370A8) is known color: Hopbush. HEX triplet: C3, 70 and A8. RGB value is (195,112,168). Sum of RGB (Red+Green+Blue) = 195+112+168=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A8 is #3C8F57. Grayscale: #8F8F8F. Windows color (decimal): -3968856 or 11038915. OLE color: 11038915.

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

Color convert

RGB 195 112 168 -
CMYK 0 0.43 0.14 0.24
HSL 319.52º 0.41% 0.6% -
HSV(B) 319.52º 0.43% 0.76% -
XYZ 35.37 26.02 40.2 -
YUV 143.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 195 112 168 0 0.43 0.14 0.24 319.52 0.41 0.6
Hex C3 70 A8 0 2B E 18 140 29 3C
Octal 303 160 250 0 53 16 30 500 51 74
Binary 11000011 1110000 10101000 0 101011 1110 11000 101000000 101001 111100

Color Harmonies of #C370A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370A8

Black with #C370A8

Text Example


Text Example

White with #C370A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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