Html Css Color HEX #C396D7 Wisteria

📋 copy color: '#C396D7'

red 195 ◦ green 150 ◦ blue 215

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

Shades of Wisteria #C396D7

Tints of Wisteria #C396D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 34.82%
G = 26.79%
B = 38.39%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C396D7 (or 0xC396D7) is known color: Wisteria. HEX triplet: C3, 96 and D7. RGB value is (195,150,215). Sum of RGB (Red+Green+Blue) = 195+150+215=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #C396D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396D7 is #3C6928. Grayscale: #AAAAAA. Windows color (decimal): -3959081 or 14128835. OLE color: 14128835.

HSL color Cylindrical-coordinate representation of color #C396D7: hue angle of 281.54º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C396D7 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 150 215 -
CMYK 0.09 0.30 0 0.16
HSL 281.54º 0.45% 0.72% -
HSV(B) 281.54º 0.3% 0.84% -
XYZ 45.68 38.32 69.28 -
YUV 170.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 195 150 215 0.09 0.30 0 0.16 281.54 0.45 0.72
Hex C3 96 D7 9 1E 0 10 11A 2D 48
Octal 303 226 327 11 36 0 20 432 55 110
Binary 11000011 10010110 11010111 1001 11110 0 10000 100011010 101101 1001000

Color Harmonies of #C396D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396D7

Black with #C396D7

Text Example


Text Example

White with #C396D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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