Html Css Color HEX #C85DA5 Mulberry

📋 copy color: '#C85DA5'

red 200 ◦ green 93 ◦ blue 165

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

Shades of Mulberry #C85DA5

Tints of Mulberry #C85DA5

RGB

 RED value IS 200 (78.52% from 255) = 43.67%

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

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

R = 43.67%
G = 20.31%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C85DA5 (or 0xC85DA5) is known color: Mulberry. HEX triplet: C8, 5D and A5. RGB value is (200,93,165). Sum of RGB (Red+Green+Blue) = 200+93+165=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DA5 is #37A25A. Grayscale: #858585. Windows color (decimal): -3646043 or 10837448. OLE color: 10837448.

HSL color Cylindrical-coordinate representation of color #C85DA5: hue angle of 319.63º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DA5 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 165 -
CMYK 0 0.54 0.18 0.22
HSL 319.63º 0.49% 0.57% -
HSV(B) 319.63º 0.54% 0.78% -
XYZ 34.53 22.82 38.18 -
YUV 133.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 200 93 165 0 0.54 0.18 0.22 319.63 0.49 0.57
Hex C8 5D A5 0 36 12 16 140 31 39
Octal 310 135 245 0 66 22 26 500 61 71
Binary 11001000 1011101 10100101 0 110110 10010 10110 101000000 110001 111001

Color Harmonies of #C85DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DA5

Black with #C85DA5

Text Example


Text Example

White with #C85DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DA5; }

 p { color: rgb(200,93,165); }

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

background-color css

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

 a { background-color: rgb(200,93,165); }

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

border-color css

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

 span { border-color: rgb(200,93,165); }

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