Html Css Color HEX #C396E9 Wisteria

📋 copy color: '#C396E9'

red 195 ◦ green 150 ◦ blue 233

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

Shades of Wisteria #C396E9

Tints of Wisteria #C396E9

RGB

 RED value IS 195 (76.56% from 255) = 33.74%

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

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

R = 33.74%
G = 25.95%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C396E9 (or 0xC396E9) is known color: Wisteria. HEX triplet: C3, 96 and E9. RGB value is (195,150,233). Sum of RGB (Red+Green+Blue) = 195+150+233=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #C396E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396E9 is #3C6916. Grayscale: #ACACAC. Windows color (decimal): -3959063 or 15308483. OLE color: 15308483.

HSL color Cylindrical-coordinate representation of color #C396E9: hue angle of 272.53º 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 #C396E9 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 150 233 -
CMYK 0.16 0.36 0 0.09
HSL 272.53º 0.65% 0.75% -
HSV(B) 272.53º 0.36% 0.91% -
XYZ 48.12 39.3 82.14 -
YUV 172.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 195 150 233 0.16 0.36 0 0.09 272.53 0.65 0.75
Hex C3 96 E9 10 24 0 9 111 41 4B
Octal 303 226 351 20 44 0 11 421 101 113
Binary 11000011 10010110 11101001 10000 100100 0 1001 100010001 1000001 1001011

Color Harmonies of #C396E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396E9

Black with #C396E9

Text Example


Text Example

White with #C396E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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