Html Css Color HEX #C596DB Wisteria

📋 copy color: '#C596DB'

red 197 ◦ green 150 ◦ blue 219

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

Shades of Wisteria #C596DB

Tints of Wisteria #C596DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 34.81%
G = 26.5%
B = 38.69%

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

#C596DB (or 0xC596DB) is known color: Wisteria. HEX triplet: C5, 96 and DB. RGB value is (197,150,219). Sum of RGB (Red+Green+Blue) = 197+150+219=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C596DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DB is #3A6924. Grayscale: #ABABAB. Windows color (decimal): -3828005 or 14390981. OLE color: 14390981.

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

Color convert

RGB 197 150 219 -
CMYK 0.10 0.32 0 0.14
HSL 280.87º 0.49% 0.72% -
HSV(B) 280.87º 0.32% 0.86% -
XYZ 46.72 38.8 72.04 -
YUV 171.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 197 150 219 0.10 0.32 0 0.14 280.87 0.49 0.72
Hex C5 96 DB A 20 0 E 119 31 48
Octal 305 226 333 12 40 0 16 431 61 110
Binary 11000101 10010110 11011011 1010 100000 0 1110 100011001 110001 1001000

Color Harmonies of #C596DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596DB

Black with #C596DB

Text Example


Text Example

White with #C596DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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