Html Css Color HEX #CE3FA5 Mulberry

📋 copy color: '#CE3FA5'

red 206 ◦ green 63 ◦ blue 165

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

Shades of Mulberry #CE3FA5

Tints of Mulberry #CE3FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 14.52%

 BLUE value IS 165 (64.84% from 255) = 38.02%

R = 47.47%
G = 14.52%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE3FA5 (or 0xCE3FA5) is known color: Mulberry. HEX triplet: CE, 3F and A5. RGB value is (206,63,165). Sum of RGB (Red+Green+Blue) = 206+63+165=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3FA5 is #31C05A. Grayscale: #757575. Windows color (decimal): -3260507 or 10829774. OLE color: 10829774.

HSL color Cylindrical-coordinate representation of color #CE3FA5: hue angle of 317.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FA5 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 63 165 -
CMYK 0 0.69 0.20 0.19
HSL 317.2º 0.59% 0.53% -
HSV(B) 317.2º 0.69% 0.81% -
XYZ 34.02 19.39 37.55 -
YUV 117.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 206 63 165 0 0.69 0.20 0.19 317.2 0.59 0.53
Hex CE 3F A5 0 45 14 13 13D 3B 35
Octal 316 77 245 0 105 24 23 475 73 65
Binary 11001110 111111 10100101 0 1000101 10100 10011 100111101 111011 110101

Color Harmonies of #CE3FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FA5

Black with #CE3FA5

Text Example


Text Example

White with #CE3FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FA5; }

 p { color: rgb(206,63,165); }

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

background-color css

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

 a { background-color: rgb(206,63,165); }

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

border-color css

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

 span { border-color: rgb(206,63,165); }

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