Html Css Color HEX #C396DF Wisteria

📋 copy color: '#C396DF'

red 195 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #C396DF

Tints of Wisteria #C396DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 34.33%
G = 26.41%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C396DF (or 0xC396DF) is known color: Wisteria. HEX triplet: C3, 96 and DF. RGB value is (195,150,223). Sum of RGB (Red+Green+Blue) = 195+150+223=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C396DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396DF is #3C6920. Grayscale: #ABABAB. Windows color (decimal): -3959073 or 14653123. OLE color: 14653123.

HSL color Cylindrical-coordinate representation of color #C396DF: hue angle of 276.99º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C396DF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 150 223 -
CMYK 0.13 0.33 0 0.13
HSL 276.99º 0.53% 0.73% -
HSV(B) 276.99º 0.33% 0.87% -
XYZ 46.73 38.74 74.83 -
YUV 171.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 195 150 223 0.13 0.33 0 0.13 276.99 0.53 0.73
Hex C3 96 DF D 21 0 D 115 35 49
Octal 303 226 337 15 41 0 15 425 65 111
Binary 11000011 10010110 11011111 1101 100001 0 1101 100010101 110101 1001001

Color Harmonies of #C396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396DF

Black with #C396DF

Text Example


Text Example

White with #C396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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