Html Css Color HEX #CB4DA5 Mulberry

📋 copy color: '#CB4DA5'

red 203 ◦ green 77 ◦ blue 165

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

Shades of Mulberry #CB4DA5

Tints of Mulberry #CB4DA5

RGB

 RED value IS 203 (79.69% from 255) = 45.62%

 GREEN value IS 77 (30.47% from 255) = 17.3%

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

R = 45.62%
G = 17.3%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB4DA5 (or 0xCB4DA5) is known color: Mulberry. HEX triplet: CB, 4D and A5. RGB value is (203,77,165). Sum of RGB (Red+Green+Blue) = 203+77+165=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4DA5 is #34B25A. Grayscale: #7C7C7C. Windows color (decimal): -3453531 or 10833355. OLE color: 10833355.

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

Color convert

RGB 203 77 165 -
CMYK 0 0.62 0.19 0.20
HSL 318.1º 0.55% 0.55% -
HSV(B) 318.1º 0.62% 0.8% -
XYZ 34.07 20.72 37.8 -
YUV 124.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 203 77 165 0 0.62 0.19 0.20 318.1 0.55 0.55
Hex CB 4D A5 0 3E 13 14 13E 37 37
Octal 313 115 245 0 76 23 24 476 67 67
Binary 11001011 1001101 10100101 0 111110 10011 10100 100111110 110111 110111

Color Harmonies of #CB4DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DA5

Black with #CB4DA5

Text Example


Text Example

White with #CB4DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DA5; }

 p { color: rgb(203,77,165); }

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

background-color css

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

 a { background-color: rgb(203,77,165); }

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

border-color css

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

 span { border-color: rgb(203,77,165); }

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