Html Css Color HEX #CD38A8 Mulberry

📋 copy color: '#CD38A8'

red 205 ◦ green 56 ◦ blue 168

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

Shades of Mulberry #CD38A8

Tints of Mulberry #CD38A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.05%

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 47.79%
G = 13.05%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD38A8 (or 0xCD38A8) is known color: Mulberry. HEX triplet: CD, 38 and A8. RGB value is (205,56,168). Sum of RGB (Red+Green+Blue) = 205+56+168=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD38A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD38A8 is #32C757. Grayscale: #717171. Windows color (decimal): -3327832 or 11024589. OLE color: 11024589.

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

Color convert

RGB 205 56 168 -
CMYK 0 0.73 0.18 0.20
HSL 314.9º 0.6% 0.51% -
HSV(B) 314.9º 0.73% 0.8% -
XYZ 33.66 18.63 38.87 -
YUV 113.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 205 56 168 0 0.73 0.18 0.20 314.9 0.6 0.51
Hex CD 38 A8 0 49 12 14 13B 3C 33
Octal 315 70 250 0 111 22 24 473 74 63
Binary 11001101 111000 10101000 0 1001001 10010 10100 100111011 111100 110011

Color Harmonies of #CD38A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD38A8

Black with #CD38A8

Text Example


Text Example

White with #CD38A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD38A8; }

 p { color: rgb(205,56,168); }

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

background-color css

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

 a { background-color: rgb(205,56,168); }

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

border-color css

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

 span { border-color: rgb(205,56,168); }

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