Html Css Color HEX #C95DA4 Mulberry

📋 copy color: '#C95DA4'

red 201 ◦ green 93 ◦ blue 164

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

Shades of Mulberry #C95DA4

Tints of Mulberry #C95DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 43.89%
G = 20.31%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C95DA4 (or 0xC95DA4) is known color: Mulberry. HEX triplet: C9, 5D and A4. RGB value is (201,93,164). Sum of RGB (Red+Green+Blue) = 201+93+164=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA4 is #36A25B. Grayscale: #858585. Windows color (decimal): -3580508 or 10771913. OLE color: 10771913.

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

Color convert

RGB 201 93 164 -
CMYK 0 0.54 0.18 0.21
HSL 320.56º 0.5% 0.58% -
HSV(B) 320.56º 0.54% 0.79% -
XYZ 34.7 22.93 37.72 -
YUV 133.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 201 93 164 0 0.54 0.18 0.21 320.56 0.5 0.58
Hex C9 5D A4 0 36 12 15 141 32 3A
Octal 311 135 244 0 66 22 25 501 62 72
Binary 11001001 1011101 10100100 0 110110 10010 10101 101000001 110010 111010

Color Harmonies of #C95DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DA4

Black with #C95DA4

Text Example


Text Example

White with #C95DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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