Html Css Color HEX #C585A8 Viola

📋 copy color: '#C585A8'

red 197 ◦ green 133 ◦ blue 168

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

Shades of Viola #C585A8

Tints of Viola #C585A8

RGB

 RED value IS 197 (77.34% from 255) = 39.56%

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 39.56%
G = 26.71%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C585A8 (or 0xC585A8) is known color: Viola. HEX triplet: C5, 85 and A8. RGB value is (197,133,168). Sum of RGB (Red+Green+Blue) = 197+133+168=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C585A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585A8 is #3A7A57. Grayscale: #9C9C9C. Windows color (decimal): -3832408 or 11044293. OLE color: 11044293.

HSL color Cylindrical-coordinate representation of color #C585A8: hue angle of 327.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585A8 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 168 -
CMYK 0 0.32 0.15 0.23
HSL 327.19º 0.36% 0.65% -
HSV(B) 327.19º 0.32% 0.77% -
XYZ 38.48 31.47 41.09 -
YUV 156.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 197 133 168 0 0.32 0.15 0.23 327.19 0.36 0.65
Hex C5 85 A8 0 20 F 17 147 24 41
Octal 305 205 250 0 40 17 27 507 44 101
Binary 11000101 10000101 10101000 0 100000 1111 10111 101000111 100100 1000001

Color Harmonies of #C585A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585A8

Black with #C585A8

Text Example


Text Example

White with #C585A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585A8; }

 p { color: rgb(197,133,168); }

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

background-color css

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

 a { background-color: rgb(197,133,168); }

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

border-color css

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

 span { border-color: rgb(197,133,168); }

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