Html Css Color HEX #CD5082 Mulberry

📋 copy color: '#CD5082'

red 205 ◦ green 80 ◦ blue 130

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

Shades of Mulberry #CD5082

Tints of Mulberry #CD5082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 49.4%
G = 19.28%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD5082 (or 0xCD5082) is known color: Mulberry. HEX triplet: CD, 50 and 82. RGB value is (205,80,130). Sum of RGB (Red+Green+Blue) = 205+80+130=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5082 is #32AF7D. Grayscale: #7A7A7A. Windows color (decimal): -3321726 or 8540365. OLE color: 8540365.

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

Color convert

RGB 205 80 130 -
CMYK 0 0.61 0.37 0.20
HSL 336º 0.56% 0.56% -
HSV(B) 336º 0.61% 0.8% -
XYZ 32.07 20.33 23.35 -
YUV 123.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 205 80 130 0 0.61 0.37 0.20 336 0.56 0.56
Hex CD 50 82 0 3D 25 14 150 38 38
Octal 315 120 202 0 75 45 24 520 70 70
Binary 11001101 1010000 10000010 0 111101 100101 10100 101010000 111000 111000

Color Harmonies of #CD5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5082

Black with #CD5082

Text Example


Text Example

White with #CD5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5082; }

 p { color: rgb(205,80,130); }

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

background-color css

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

 a { background-color: rgb(205,80,130); }

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

border-color css

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

 span { border-color: rgb(205,80,130); }

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