Html Css Color HEX #CE53A0 Mulberry

📋 copy color: '#CE53A0'

red 206 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #CE53A0

Tints of Mulberry #CE53A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 45.88%
G = 18.49%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE53A0 (or 0xCE53A0) is known color: Mulberry. HEX triplet: CE, 53 and A0. RGB value is (206,83,160). Sum of RGB (Red+Green+Blue) = 206+83+160=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53A0 is #31AC5F. Grayscale: #808080. Windows color (decimal): -3255392 or 10507214. OLE color: 10507214.

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

Color convert

RGB 206 83 160 -
CMYK 0 0.60 0.22 0.19
HSL 322.44º 0.56% 0.57% -
HSV(B) 322.44º 0.6% 0.81% -
XYZ 34.89 21.85 35.64 -
YUV 128.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 206 83 160 0 0.60 0.22 0.19 322.44 0.56 0.57
Hex CE 53 A0 0 3C 16 13 142 38 39
Octal 316 123 240 0 74 26 23 502 70 71
Binary 11001110 1010011 10100000 0 111100 10110 10011 101000010 111000 111001

Color Harmonies of #CE53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53A0

Black with #CE53A0

Text Example


Text Example

White with #CE53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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