Html Css Color HEX #C85EA1 Hopbush

📋 copy color: '#C85EA1'

red 200 ◦ green 94 ◦ blue 161

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

Shades of Hopbush #C85EA1

Tints of Hopbush #C85EA1

RGB

 RED value IS 200 (78.52% from 255) = 43.96%

 GREEN value IS 94 (37.11% from 255) = 20.66%

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

R = 43.96%
G = 20.66%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C85EA1 (or 0xC85EA1) is known color: Hopbush. HEX triplet: C8, 5E and A1. RGB value is (200,94,161). Sum of RGB (Red+Green+Blue) = 200+94+161=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EA1 is #37A15E. Grayscale: #858585. Windows color (decimal): -3645791 or 10575560. OLE color: 10575560.

HSL color Cylindrical-coordinate representation of color #C85EA1: hue angle of 322.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EA1 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 94 161 -
CMYK 0 0.53 0.19 0.22
HSL 322.08º 0.49% 0.58% -
HSV(B) 322.08º 0.53% 0.78% -
XYZ 34.26 22.86 36.32 -
YUV 133.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 200 94 161 0 0.53 0.19 0.22 322.08 0.49 0.58
Hex C8 5E A1 0 35 13 16 142 31 3A
Octal 310 136 241 0 65 23 26 502 61 72
Binary 11001000 1011110 10100001 0 110101 10011 10110 101000010 110001 111010

Color Harmonies of #C85EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EA1

Black with #C85EA1

Text Example


Text Example

White with #C85EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EA1; }

 p { color: rgb(200,94,161); }

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

background-color css

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

 a { background-color: rgb(200,94,161); }

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

border-color css

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

 span { border-color: rgb(200,94,161); }

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