Html Css Color HEX #CD5298 Mulberry

📋 copy color: '#CD5298'

red 205 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #CD5298

Tints of Mulberry #CD5298

RGB

 RED value IS 205 (80.47% from 255) = 46.7%

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 46.7%
G = 18.68%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD5298 (or 0xCD5298) is known color: Mulberry. HEX triplet: CD, 52 and 98. RGB value is (205,82,152). Sum of RGB (Red+Green+Blue) = 205+82+152=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5298 is #32AD67. Grayscale: #7E7E7E. Windows color (decimal): -3321192 or 9982669. OLE color: 9982669.

HSL color Cylindrical-coordinate representation of color #CD5298: hue angle of 325.85º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5298 is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 152 -
CMYK 0 0.6 0.26 0.20
HSL 325.85º 0.55% 0.56% -
HSV(B) 325.85º 0.6% 0.8% -
XYZ 33.86 21.28 32.03 -
YUV 126.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 205 82 152 0 0.6 0.26 0.20 325.85 0.55 0.56
Hex CD 52 98 0 3C 1A 14 146 37 38
Octal 315 122 230 0 74 32 24 506 67 70
Binary 11001101 1010010 10011000 0 111100 11010 10100 101000110 110111 111000

Color Harmonies of #CD5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5298

Black with #CD5298

Text Example


Text Example

White with #CD5298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5298; }

 p { color: rgb(205,82,152); }

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

background-color css

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

 a { background-color: rgb(205,82,152); }

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

border-color css

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

 span { border-color: rgb(205,82,152); }

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