Html Css Color HEX #CE55AA Mulberry

📋 copy color: '#CE55AA'

red 206 ◦ green 85 ◦ blue 170

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

Shades of Mulberry #CE55AA

Tints of Mulberry #CE55AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 44.69%
G = 18.44%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE55AA (or 0xCE55AA) is known color: Mulberry. HEX triplet: CE, 55 and AA. RGB value is (206,85,170). Sum of RGB (Red+Green+Blue) = 206+85+170=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55AA is #31AA55. Grayscale: #828282. Windows color (decimal): -3254870 or 11163086. OLE color: 11163086.

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

Color convert

RGB 206 85 170 -
CMYK 0 0.59 0.17 0.19
HSL 317.85º 0.55% 0.57% -
HSV(B) 317.85º 0.59% 0.81% -
XYZ 35.96 22.52 40.48 -
YUV 130.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 206 85 170 0 0.59 0.17 0.19 317.85 0.55 0.57
Hex CE 55 AA 0 3B 11 13 13E 37 39
Octal 316 125 252 0 73 21 23 476 67 71
Binary 11001110 1010101 10101010 0 111011 10001 10011 100111110 110111 111001

Color Harmonies of #CE55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55AA

Black with #CE55AA

Text Example


Text Example

White with #CE55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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