Html Css Color HEX #CD4CA5 Mulberry

📋 copy color: '#CD4CA5'

red 205 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #CD4CA5

Tints of Mulberry #CD4CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.04%

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

R = 45.96%
G = 17.04%
B = 37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CD4CA5 (or 0xCD4CA5) is known color: Mulberry. HEX triplet: CD, 4C and A5. RGB value is (205,76,165). Sum of RGB (Red+Green+Blue) = 205+76+165=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4CA5 is #32B35A. Grayscale: #7C7C7C. Windows color (decimal): -3322715 or 10833101. OLE color: 10833101.

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

Color convert

RGB 205 76 165 -
CMYK 0 0.63 0.20 0.20
HSL 318.6º 0.56% 0.55% -
HSV(B) 318.6º 0.63% 0.8% -
XYZ 34.55 20.86 37.8 -
YUV 124.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 205 76 165 0 0.63 0.20 0.20 318.6 0.56 0.55
Hex CD 4C A5 0 3F 14 14 13F 38 37
Octal 315 114 245 0 77 24 24 477 70 67
Binary 11001101 1001100 10100101 0 111111 10100 10100 100111111 111000 110111

Color Harmonies of #CD4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4CA5

Black with #CD4CA5

Text Example


Text Example

White with #CD4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4CA5; }

 p { color: rgb(205,76,165); }

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

background-color css

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

 a { background-color: rgb(205,76,165); }

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

border-color css

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

 span { border-color: rgb(205,76,165); }

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