Html Css Color HEX #CE53AA Mulberry

📋 copy color: '#CE53AA'

red 206 ◦ green 83 ◦ blue 170

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

Shades of Mulberry #CE53AA

Tints of Mulberry #CE53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

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

R = 44.88%
G = 18.08%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE53AA (or 0xCE53AA) is known color: Mulberry. HEX triplet: CE, 53 and AA. RGB value is (206,83,170). Sum of RGB (Red+Green+Blue) = 206+83+170=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53AA is #31AC55. Grayscale: #818181. Windows color (decimal): -3255382 or 11162574. OLE color: 11162574.

HSL color Cylindrical-coordinate representation of color #CE53AA: hue angle of 317.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE53AA is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 170 -
CMYK 0 0.60 0.17 0.19
HSL 317.56º 0.56% 0.57% -
HSV(B) 317.56º 0.6% 0.81% -
XYZ 35.8 22.21 40.43 -
YUV 129.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 206 83 170 0 0.60 0.17 0.19 317.56 0.56 0.57
Hex CE 53 AA 0 3C 11 13 13E 38 39
Octal 316 123 252 0 74 21 23 476 70 71
Binary 11001110 1010011 10101010 0 111100 10001 10011 100111110 111000 111001

Color Harmonies of #CE53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53AA

Black with #CE53AA

Text Example


Text Example

White with #CE53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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