Html Css Color HEX #CE55A8 Mulberry

📋 copy color: '#CE55A8'

red 206 ◦ green 85 ◦ blue 168

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

Shades of Mulberry #CE55A8

Tints of Mulberry #CE55A8

RGB

 RED value IS 206 (80.86% from 255) = 44.88%

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 44.88%
G = 18.52%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE55A8 (or 0xCE55A8) is known color: Mulberry. HEX triplet: CE, 55 and A8. RGB value is (206,85,168). Sum of RGB (Red+Green+Blue) = 206+85+168=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55A8 is #31AA57. Grayscale: #828282. Windows color (decimal): -3254872 or 11032014. OLE color: 11032014.

HSL color Cylindrical-coordinate representation of color #CE55A8: hue angle of 318.84º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE55A8 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 168 -
CMYK 0 0.59 0.18 0.19
HSL 318.84º 0.55% 0.57% -
HSV(B) 318.84º 0.59% 0.81% -
XYZ 35.77 22.45 39.49 -
YUV 130.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 206 85 168 0 0.59 0.18 0.19 318.84 0.55 0.57
Hex CE 55 A8 0 3B 12 13 13F 37 39
Octal 316 125 250 0 73 22 23 477 67 71
Binary 11001110 1010101 10101000 0 111011 10010 10011 100111111 110111 111001

Color Harmonies of #CE55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55A8

Black with #CE55A8

Text Example


Text Example

White with #CE55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55A8; }

 p { color: rgb(206,85,168); }

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

background-color css

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

 a { background-color: rgb(206,85,168); }

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

border-color css

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

 span { border-color: rgb(206,85,168); }

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