Html Css Color HEX #C595A8 Viola

📋 copy color: '#C595A8'

red 197 ◦ green 149 ◦ blue 168

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

Shades of Viola #C595A8

Tints of Viola #C595A8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 38.33%
G = 28.99%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C595A8 (or 0xC595A8) is known color: Viola. HEX triplet: C5, 95 and A8. RGB value is (197,149,168). Sum of RGB (Red+Green+Blue) = 197+149+168=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C595A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595A8 is #3A6A57. Grayscale: #A5A5A5. Windows color (decimal): -3828312 or 11048389. OLE color: 11048389.

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

Color convert

RGB 197 149 168 -
CMYK 0 0.24 0.15 0.23
HSL 336.25º 0.29% 0.68% -
HSV(B) 336.25º 0.24% 0.77% -
XYZ 40.84 36.19 41.88 -
YUV 165.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 197 149 168 0 0.24 0.15 0.23 336.25 0.29 0.68
Hex C5 95 A8 0 18 F 17 150 1D 44
Octal 305 225 250 0 30 17 27 520 35 104
Binary 11000101 10010101 10101000 0 11000 1111 10111 101010000 11101 1000100

Color Harmonies of #C595A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595A8

Black with #C595A8

Text Example


Text Example

White with #C595A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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