Html Css Color HEX #CE53A2 Mulberry

📋 copy color: '#CE53A2'

red 206 ◦ green 83 ◦ blue 162

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

Shades of Mulberry #CE53A2

Tints of Mulberry #CE53A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 45.68%
G = 18.4%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE53A2 (or 0xCE53A2) is known color: Mulberry. HEX triplet: CE, 53 and A2. RGB value is (206,83,162). Sum of RGB (Red+Green+Blue) = 206+83+162=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53A2 is #31AC5D. Grayscale: #808080. Windows color (decimal): -3255390 or 10638286. OLE color: 10638286.

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

Color convert

RGB 206 83 162 -
CMYK 0 0.60 0.21 0.19
HSL 321.46º 0.56% 0.57% -
HSV(B) 321.46º 0.6% 0.81% -
XYZ 35.07 21.92 36.56 -
YUV 128.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 206 83 162 0 0.60 0.21 0.19 321.46 0.56 0.57
Hex CE 53 A2 0 3C 15 13 141 38 39
Octal 316 123 242 0 74 25 23 501 70 71
Binary 11001110 1010011 10100010 0 111100 10101 10011 101000001 111000 111001

Color Harmonies of #CE53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53A2

Black with #CE53A2

Text Example


Text Example

White with #CE53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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