Html Css Color HEX #C595D5 Wisteria

📋 copy color: '#C595D5'

red 197 ◦ green 149 ◦ blue 213

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

Shades of Wisteria #C595D5

Tints of Wisteria #C595D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.1%

R = 35.24%
G = 26.65%
B = 38.1%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C595D5 (or 0xC595D5) is known color: Wisteria. HEX triplet: C5, 95 and D5. RGB value is (197,149,213). Sum of RGB (Red+Green+Blue) = 197+149+213=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #C595D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D5 is #3A6A2A. Grayscale: #AAAAAA. Windows color (decimal): -3828267 or 13997509. OLE color: 13997509.

HSL color Cylindrical-coordinate representation of color #C595D5: hue angle of 285º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C595D5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 149 213 -
CMYK 0.08 0.30 0 0.16
HSL 285º 0.43% 0.71% -
HSV(B) 285º 0.3% 0.84% -
XYZ 45.78 38.17 67.91 -
YUV 170.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 197 149 213 0.08 0.30 0 0.16 285 0.43 0.71
Hex C5 95 D5 8 1E 0 10 11D 2B 47
Octal 305 225 325 10 36 0 20 435 53 107
Binary 11000101 10010101 11010101 1000 11110 0 10000 100011101 101011 1000111

Color Harmonies of #C595D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595D5

Black with #C595D5

Text Example


Text Example

White with #C595D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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