Html Css Color HEX #C396EC Wisteria

📋 copy color: '#C396EC'

red 195 ◦ green 150 ◦ blue 236

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

Shades of Wisteria #C396EC

Tints of Wisteria #C396EC

RGB

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

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

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

R = 33.56%
G = 25.82%
B = 40.62%

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

#C396EC (or 0xC396EC) is known color: Wisteria. HEX triplet: C3, 96 and EC. RGB value is (195,150,236). Sum of RGB (Red+Green+Blue) = 195+150+236=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #C396EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396EC is #3C6913. Grayscale: #ACACAC. Windows color (decimal): -3959060 or 15505091. OLE color: 15505091.

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

Color convert

RGB 195 150 236 -
CMYK 0.17 0.36 0 0.07
HSL 271.4º 0.69% 0.76% -
HSV(B) 271.4º 0.36% 0.93% -
XYZ 48.55 39.47 84.42 -
YUV 173.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 195 150 236 0.17 0.36 0 0.07 271.4 0.69 0.76
Hex C3 96 EC 11 24 0 7 10F 45 4C
Octal 303 226 354 21 44 0 7 417 105 114
Binary 11000011 10010110 11101100 10001 100100 0 111 100001111 1000101 1001100

Color Harmonies of #C396EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396EC

Black with #C396EC

Text Example


Text Example

White with #C396EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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