Html Css Color HEX #C596D0 Wisteria

📋 copy color: '#C596D0'

red 197 ◦ green 150 ◦ blue 208

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

Shades of Wisteria #C596D0

Tints of Wisteria #C596D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.48%

R = 35.5%
G = 27.03%
B = 37.48%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C596D0 (or 0xC596D0) is known color: Wisteria. HEX triplet: C5, 96 and D0. RGB value is (197,150,208). Sum of RGB (Red+Green+Blue) = 197+150+208=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #C596D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596D0 is #3A692F. Grayscale: #AAAAAA. Windows color (decimal): -3828016 or 13670085. OLE color: 13670085.

HSL color Cylindrical-coordinate representation of color #C596D0: hue angle of 288.62º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C596D0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 150 208 -
CMYK 0.05 0.28 0 0.18
HSL 288.62º 0.38% 0.7% -
HSV(B) 288.62º 0.28% 0.82% -
XYZ 45.32 38.24 64.67 -
YUV 170.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 197 150 208 0.05 0.28 0 0.18 288.62 0.38 0.7
Hex C5 96 D0 5 1C 0 12 121 26 46
Octal 305 226 320 5 34 0 22 441 46 106
Binary 11000101 10010110 11010000 101 11100 0 10010 100100001 100110 1000110

Color Harmonies of #C596D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596D0

Black with #C596D0

Text Example


Text Example

White with #C596D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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