Html Css Color HEX #C595D9 Wisteria

📋 copy color: '#C595D9'

red 197 ◦ green 149 ◦ blue 217

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

Shades of Wisteria #C595D9

Tints of Wisteria #C595D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 34.99%
G = 26.47%
B = 38.54%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C595D9 (or 0xC595D9) is known color: Wisteria. HEX triplet: C5, 95 and D9. RGB value is (197,149,217). Sum of RGB (Red+Green+Blue) = 197+149+217=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #C595D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D9 is #3A6A26. Grayscale: #AAAAAA. Windows color (decimal): -3828263 or 14259653. OLE color: 14259653.

HSL color Cylindrical-coordinate representation of color #C595D9: hue angle of 282.35º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C595D9 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 149 217 -
CMYK 0.09 0.31 0 0.15
HSL 282.35º 0.47% 0.72% -
HSV(B) 282.35º 0.31% 0.85% -
XYZ 46.3 38.37 70.61 -
YUV 171.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 197 149 217 0.09 0.31 0 0.15 282.35 0.47 0.72
Hex C5 95 D9 9 1F 0 F 11A 2F 48
Octal 305 225 331 11 37 0 17 432 57 110
Binary 11000101 10010101 11011001 1001 11111 0 1111 100011010 101111 1001000

Color Harmonies of #C595D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595D9

Black with #C595D9

Text Example


Text Example

White with #C595D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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