Html Css Color HEX #C396DC Wisteria

📋 copy color: '#C396DC'

red 195 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #C396DC

Tints of Wisteria #C396DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 34.51%
G = 26.55%
B = 38.94%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C396DC (or 0xC396DC) is known color: Wisteria. HEX triplet: C3, 96 and DC. RGB value is (195,150,220). Sum of RGB (Red+Green+Blue) = 195+150+220=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C396DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396DC is #3C6923. Grayscale: #ABABAB. Windows color (decimal): -3959076 or 14456515. OLE color: 14456515.

HSL color Cylindrical-coordinate representation of color #C396DC: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C396DC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 150 220 -
CMYK 0.11 0.32 0 0.14
HSL 278.57º 0.5% 0.73% -
HSV(B) 278.57º 0.32% 0.86% -
XYZ 46.33 38.58 72.72 -
YUV 171.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 195 150 220 0.11 0.32 0 0.14 278.57 0.5 0.73
Hex C3 96 DC B 20 0 E 117 32 49
Octal 303 226 334 13 40 0 16 427 62 111
Binary 11000011 10010110 11011100 1011 100000 0 1110 100010111 110010 1001001

Color Harmonies of #C396DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396DC

Black with #C396DC

Text Example


Text Example

White with #C396DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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