Html Css Color HEX #C596DF Wisteria

📋 copy color: '#C596DF'

red 197 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #C596DF

Tints of Wisteria #C596DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 34.56%
G = 26.32%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C596DF (or 0xC596DF) is known color: Wisteria. HEX triplet: C5, 96 and DF. RGB value is (197,150,223). Sum of RGB (Red+Green+Blue) = 197+150+223=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C596DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DF is #3A6920. Grayscale: #ACACAC. Windows color (decimal): -3828001 or 14653125. OLE color: 14653125.

HSL color Cylindrical-coordinate representation of color #C596DF: hue angle of 278.63º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C596DF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 150 223 -
CMYK 0.12 0.33 0 0.13
HSL 278.63º 0.53% 0.73% -
HSV(B) 278.63º 0.33% 0.87% -
XYZ 47.25 39.01 74.85 -
YUV 172.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 197 150 223 0.12 0.33 0 0.13 278.63 0.53 0.73
Hex C5 96 DF C 21 0 D 117 35 49
Octal 305 226 337 14 41 0 15 427 65 111
Binary 11000101 10010110 11011111 1100 100001 0 1101 100010111 110101 1001001

Color Harmonies of #C596DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596DF

Black with #C596DF

Text Example


Text Example

White with #C596DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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