Html Css Color HEX #C596E9 Wisteria

📋 copy color: '#C596E9'

red 197 ◦ green 150 ◦ blue 233

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

Shades of Wisteria #C596E9

Tints of Wisteria #C596E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 33.97%
G = 25.86%
B = 40.17%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C596E9 (or 0xC596E9) is known color: Wisteria. HEX triplet: C5, 96 and E9. RGB value is (197,150,233). Sum of RGB (Red+Green+Blue) = 197+150+233=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #C596E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596E9 is #3A6916. Grayscale: #ADADAD. Windows color (decimal): -3827991 or 15308485. OLE color: 15308485.

HSL color Cylindrical-coordinate representation of color #C596E9: hue angle of 273.98º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C596E9 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 150 233 -
CMYK 0.15 0.36 0 0.09
HSL 273.98º 0.65% 0.75% -
HSV(B) 273.98º 0.36% 0.91% -
XYZ 48.64 39.57 82.16 -
YUV 173.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 197 150 233 0.15 0.36 0 0.09 273.98 0.65 0.75
Hex C5 96 E9 F 24 0 9 112 41 4B
Octal 305 226 351 17 44 0 11 422 101 113
Binary 11000101 10010110 11101001 1111 100100 0 1001 100010010 1000001 1001011

Color Harmonies of #C596E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596E9

Black with #C596E9

Text Example


Text Example

White with #C596E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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