Html Css Color HEX #C596EC Wisteria

📋 copy color: '#C596EC'

red 197 ◦ green 150 ◦ blue 236

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

Shades of Wisteria #C596EC

Tints of Wisteria #C596EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 33.79%
G = 25.73%
B = 40.48%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C596EC (or 0xC596EC) is known color: Wisteria. HEX triplet: C5, 96 and EC. RGB value is (197,150,236). Sum of RGB (Red+Green+Blue) = 197+150+236=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #C596EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596EC is #3A6913. Grayscale: #ADADAD. Windows color (decimal): -3827988 or 15505093. OLE color: 15505093.

HSL color Cylindrical-coordinate representation of color #C596EC: hue angle of 272.79º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C596EC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 150 236 -
CMYK 0.17 0.36 0 0.07
HSL 272.79º 0.69% 0.76% -
HSV(B) 272.79º 0.36% 0.93% -
XYZ 49.07 39.74 84.44 -
YUV 173.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 197 150 236 0.17 0.36 0 0.07 272.79 0.69 0.76
Hex C5 96 EC 11 24 0 7 111 45 4C
Octal 305 226 354 21 44 0 7 421 105 114
Binary 11000101 10010110 11101100 10001 100100 0 111 100010001 1000101 1001100

Color Harmonies of #C596EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596EC

Black with #C596EC

Text Example


Text Example

White with #C596EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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