Html Css Color HEX #C65DA6 Mulberry

📋 copy color: '#C65DA6'

red 198 ◦ green 93 ◦ blue 166

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

Shades of Mulberry #C65DA6

Tints of Mulberry #C65DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.32%

R = 43.33%
G = 20.35%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C65DA6 (or 0xC65DA6) is known color: Mulberry. HEX triplet: C6, 5D and A6. RGB value is (198,93,166). Sum of RGB (Red+Green+Blue) = 198+93+166=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DA6 is #39A259. Grayscale: #848484. Windows color (decimal): -3777114 or 10902982. OLE color: 10902982.

HSL color Cylindrical-coordinate representation of color #C65DA6: hue angle of 318.29º 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 #C65DA6 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 166 -
CMYK 0 0.53 0.16 0.22
HSL 318.29º 0.48% 0.57% -
HSV(B) 318.29º 0.53% 0.78% -
XYZ 34.09 22.59 38.64 -
YUV 132.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 198 93 166 0 0.53 0.16 0.22 318.29 0.48 0.57
Hex C6 5D A6 0 35 10 16 13E 30 39
Octal 306 135 246 0 65 20 26 476 60 71
Binary 11000110 1011101 10100110 0 110101 10000 10110 100111110 110000 111001

Color Harmonies of #C65DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DA6

Black with #C65DA6

Text Example


Text Example

White with #C65DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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