Html Css Color HEX #C55FA0 Hopbush

📋 copy color: '#C55FA0'

red 197 ◦ green 95 ◦ blue 160

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

Shades of Hopbush #C55FA0

Tints of Hopbush #C55FA0

RGB

 RED value IS 197 (77.34% from 255) = 43.58%

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 43.58%
G = 21.02%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C55FA0 (or 0xC55FA0) is known color: Hopbush. HEX triplet: C5, 5F and A0. RGB value is (197,95,160). Sum of RGB (Red+Green+Blue) = 197+95+160=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FA0 is #3AA05F. Grayscale: #848484. Windows color (decimal): -3842144 or 10510277. OLE color: 10510277.

HSL color Cylindrical-coordinate representation of color #C55FA0: hue angle of 321.76º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 160 -
CMYK 0 0.52 0.19 0.23
HSL 321.76º 0.47% 0.57% -
HSV(B) 321.76º 0.52% 0.77% -
XYZ 33.46 22.59 35.85 -
YUV 132.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 197 95 160 0 0.52 0.19 0.23 321.76 0.47 0.57
Hex C5 5F A0 0 34 13 17 142 2F 39
Octal 305 137 240 0 64 23 27 502 57 71
Binary 11000101 1011111 10100000 0 110100 10011 10111 101000010 101111 111001

Color Harmonies of #C55FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FA0

Black with #C55FA0

Text Example


Text Example

White with #C55FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FA0; }

 p { color: rgb(197,95,160); }

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

background-color css

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

 a { background-color: rgb(197,95,160); }

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

border-color css

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

 span { border-color: rgb(197,95,160); }

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