Html Css Color HEX #C596DC Wisteria

📋 copy color: '#C596DC'

red 197 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #C596DC

Tints of Wisteria #C596DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 34.74%
G = 26.46%
B = 38.8%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C596DC (or 0xC596DC) is known color: Wisteria. HEX triplet: C5, 96 and DC. RGB value is (197,150,220). Sum of RGB (Red+Green+Blue) = 197+150+220=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C596DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DC is #3A6923. Grayscale: #ABABAB. Windows color (decimal): -3828004 or 14456517. OLE color: 14456517.

HSL color Cylindrical-coordinate representation of color #C596DC: hue angle of 280.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C596DC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 150 220 -
CMYK 0.10 0.32 0 0.14
HSL 280.29º 0.5% 0.73% -
HSV(B) 280.29º 0.32% 0.86% -
XYZ 46.85 38.85 72.74 -
YUV 172.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 197 150 220 0.10 0.32 0 0.14 280.29 0.5 0.73
Hex C5 96 DC A 20 0 E 118 32 49
Octal 305 226 334 12 40 0 16 430 62 111
Binary 11000101 10010110 11011100 1010 100000 0 1110 100011000 110010 1001001

Color Harmonies of #C596DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596DC

Black with #C596DC

Text Example


Text Example

White with #C596DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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