Html Css Color HEX #C596DA Wisteria

📋 copy color: '#C596DA'

red 197 ◦ green 150 ◦ blue 218

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

Shades of Wisteria #C596DA

Tints of Wisteria #C596DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.55%

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 34.87%
G = 26.55%
B = 38.58%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C596DA (or 0xC596DA) is known color: Wisteria. HEX triplet: C5, 96 and DA. RGB value is (197,150,218). Sum of RGB (Red+Green+Blue) = 197+150+218=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C596DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DA is #3A6925. Grayscale: #ABABAB. Windows color (decimal): -3828006 or 14325445. OLE color: 14325445.

HSL color Cylindrical-coordinate representation of color #C596DA: hue angle of 281.47º degrees, saturation: 0.48, 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 #C596DA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 150 218 -
CMYK 0.10 0.31 0 0.15
HSL 281.47º 0.48% 0.72% -
HSV(B) 281.47º 0.31% 0.85% -
XYZ 46.59 38.74 71.35 -
YUV 171.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 197 150 218 0.10 0.31 0 0.15 281.47 0.48 0.72
Hex C5 96 DA A 1F 0 F 119 30 48
Octal 305 226 332 12 37 0 17 431 60 110
Binary 11000101 10010110 11011010 1010 11111 0 1111 100011001 110000 1001000

Color Harmonies of #C596DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596DA

Black with #C596DA

Text Example


Text Example

White with #C596DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596DA; }

 p { color: rgb(197,150,218); }

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

background-color css

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

 a { background-color: rgb(197,150,218); }

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

border-color css

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

 span { border-color: rgb(197,150,218); }

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