Html Css Color HEX #C55FA2 Hopbush

📋 copy color: '#C55FA2'

red 197 ◦ green 95 ◦ blue 162

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

Shades of Hopbush #C55FA2

Tints of Hopbush #C55FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 43.39%
G = 20.93%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C55FA2 (or 0xC55FA2) is known color: Hopbush. HEX triplet: C5, 5F and A2. RGB value is (197,95,162). Sum of RGB (Red+Green+Blue) = 197+95+162=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FA2 is #3AA05D. Grayscale: #848484. Windows color (decimal): -3842142 or 10641349. OLE color: 10641349.

HSL color Cylindrical-coordinate representation of color #C55FA2: hue angle of 320.59º 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 #C55FA2 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 162 -
CMYK 0 0.52 0.18 0.23
HSL 320.59º 0.47% 0.57% -
HSV(B) 320.59º 0.52% 0.77% -
XYZ 33.64 22.66 36.78 -
YUV 133.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 197 95 162 0 0.52 0.18 0.23 320.59 0.47 0.57
Hex C5 5F A2 0 34 12 17 141 2F 39
Octal 305 137 242 0 64 22 27 501 57 71
Binary 11000101 1011111 10100010 0 110100 10010 10111 101000001 101111 111001

Color Harmonies of #C55FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FA2

Black with #C55FA2

Text Example


Text Example

White with #C55FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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