Html Css Color HEX #C65DA5 Mulberry

📋 copy color: '#C65DA5'

red 198 ◦ green 93 ◦ blue 165

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

Shades of Mulberry #C65DA5

Tints of Mulberry #C65DA5

RGB

 RED value IS 198 (77.73% from 255) = 43.42%

 GREEN value IS 93 (36.72% from 255) = 20.39%

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

R = 43.42%
G = 20.39%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C65DA5 (or 0xC65DA5) is known color: Mulberry. HEX triplet: C6, 5D and A5. RGB value is (198,93,165). Sum of RGB (Red+Green+Blue) = 198+93+165=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DA5 is #39A25A. Grayscale: #848484. Windows color (decimal): -3777115 or 10837446. OLE color: 10837446.

HSL color Cylindrical-coordinate representation of color #C65DA5: hue angle of 318.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65DA5 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 165 -
CMYK 0 0.53 0.17 0.22
HSL 318.86º 0.48% 0.57% -
HSV(B) 318.86º 0.53% 0.78% -
XYZ 33.99 22.55 38.16 -
YUV 132.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 198 93 165 0 0.53 0.17 0.22 318.86 0.48 0.57
Hex C6 5D A5 0 35 11 16 13F 30 39
Octal 306 135 245 0 65 21 26 477 60 71
Binary 11000110 1011101 10100101 0 110101 10001 10110 100111111 110000 111001

Color Harmonies of #C65DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DA5

Black with #C65DA5

Text Example


Text Example

White with #C65DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DA5; }

 p { color: rgb(198,93,165); }

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

background-color css

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

 a { background-color: rgb(198,93,165); }

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

border-color css

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

 span { border-color: rgb(198,93,165); }

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