Html Css Color HEX #C363A1 Hopbush

📋 copy color: '#C363A1'

red 195 ◦ green 99 ◦ blue 161

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

Shades of Hopbush #C363A1

Tints of Hopbush #C363A1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.76%

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 42.86%
G = 21.76%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C363A1 (or 0xC363A1) is known color: Hopbush. HEX triplet: C3, 63 and A1. RGB value is (195,99,161). Sum of RGB (Red+Green+Blue) = 195+99+161=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C363A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C363A1 is #3C9C5E. Grayscale: #868686. Windows color (decimal): -3972191 or 10576835. OLE color: 10576835.

HSL color Cylindrical-coordinate representation of color #C363A1: hue angle of 321.25º 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 #C363A1 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 161 -
CMYK 0 0.49 0.17 0.24
HSL 321.25º 0.44% 0.58% -
HSV(B) 321.25º 0.49% 0.76% -
XYZ 33.4 23.1 36.42 -
YUV 134.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 195 99 161 0 0.49 0.17 0.24 321.25 0.44 0.58
Hex C3 63 A1 0 31 11 18 141 2C 3A
Octal 303 143 241 0 61 21 30 501 54 72
Binary 11000011 1100011 10100001 0 110001 10001 11000 101000001 101100 111010

Color Harmonies of #C363A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C363A1

Black with #C363A1

Text Example


Text Example

White with #C363A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C363A1; }

 p { color: rgb(195,99,161); }

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

background-color css

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

 a { background-color: rgb(195,99,161); }

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

border-color css

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

 span { border-color: rgb(195,99,161); }

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