Html Css Color HEX #C596EA Wisteria

📋 copy color: '#C596EA'

red 197 ◦ green 150 ◦ blue 234

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

Shades of Wisteria #C596EA

Tints of Wisteria #C596EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 33.91%
G = 25.82%
B = 40.28%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C596EA (or 0xC596EA) is known color: Wisteria. HEX triplet: C5, 96 and EA. RGB value is (197,150,234). Sum of RGB (Red+Green+Blue) = 197+150+234=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C596EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596EA is #3A6915. Grayscale: #ADADAD. Windows color (decimal): -3827990 or 15374021. OLE color: 15374021.

HSL color Cylindrical-coordinate representation of color #C596EA: hue angle of 273.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C596EA is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 150 234 -
CMYK 0.16 0.36 0 0.08
HSL 273.57º 0.67% 0.75% -
HSV(B) 273.57º 0.36% 0.92% -
XYZ 48.78 39.62 82.92 -
YUV 173.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 197 150 234 0.16 0.36 0 0.08 273.57 0.67 0.75
Hex C5 96 EA 10 24 0 8 112 43 4B
Octal 305 226 352 20 44 0 10 422 103 113
Binary 11000101 10010110 11101010 10000 100100 0 1000 100010010 1000011 1001011

Color Harmonies of #C596EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596EA

Black with #C596EA

Text Example


Text Example

White with #C596EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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