Html Css Color HEX #CE53A8 Mulberry

📋 copy color: '#CE53A8'

red 206 ◦ green 83 ◦ blue 168

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

Shades of Mulberry #CE53A8

Tints of Mulberry #CE53A8

RGB

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

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

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

R = 45.08%
G = 18.16%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE53A8 (or 0xCE53A8) is known color: Mulberry. HEX triplet: CE, 53 and A8. RGB value is (206,83,168). Sum of RGB (Red+Green+Blue) = 206+83+168=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53A8 is #31AC57. Grayscale: #818181. Windows color (decimal): -3255384 or 11031502. OLE color: 11031502.

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

Color convert

RGB 206 83 168 -
CMYK 0 0.60 0.18 0.19
HSL 318.54º 0.56% 0.57% -
HSV(B) 318.54º 0.6% 0.81% -
XYZ 35.61 22.14 39.44 -
YUV 129.47 149.75 182.59 -
System Red Green Blue C M Y K H S L
Decimal 206 83 168 0 0.60 0.18 0.19 318.54 0.56 0.57
Hex CE 53 A8 0 3C 12 13 13F 38 39
Octal 316 123 250 0 74 22 23 477 70 71
Binary 11001110 1010011 10101000 0 111100 10010 10011 100111111 111000 111001

Color Harmonies of #CE53A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53A8

Black with #CE53A8

Text Example


Text Example

White with #CE53A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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