Html Css Color HEX #C95DA8 Mulberry

📋 copy color: '#C95DA8'

red 201 ◦ green 93 ◦ blue 168

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

Shades of Mulberry #C95DA8

Tints of Mulberry #C95DA8

RGB

 RED value IS 201 (78.91% from 255) = 43.51%

 GREEN value IS 93 (36.72% from 255) = 20.13%

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

R = 43.51%
G = 20.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C95DA8 (or 0xC95DA8) is known color: Mulberry. HEX triplet: C9, 5D and A8. RGB value is (201,93,168). Sum of RGB (Red+Green+Blue) = 201+93+168=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA8 is #36A257. Grayscale: #858585. Windows color (decimal): -3580504 or 11034057. OLE color: 11034057.

HSL color Cylindrical-coordinate representation of color #C95DA8: hue angle of 318.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DA8 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 168 -
CMYK 0 0.54 0.16 0.21
HSL 318.33º 0.5% 0.58% -
HSV(B) 318.33º 0.54% 0.79% -
XYZ 35.07 23.07 39.65 -
YUV 133.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 201 93 168 0 0.54 0.16 0.21 318.33 0.5 0.58
Hex C9 5D A8 0 36 10 15 13E 32 3A
Octal 311 135 250 0 66 20 25 476 62 72
Binary 11001001 1011101 10101000 0 110110 10000 10101 100111110 110010 111010

Color Harmonies of #C95DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DA8

Black with #C95DA8

Text Example


Text Example

White with #C95DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DA8; }

 p { color: rgb(201,93,168); }

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

background-color css

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

 a { background-color: rgb(201,93,168); }

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

border-color css

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

 span { border-color: rgb(201,93,168); }

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