Html Css Color HEX #C396D8 Wisteria

📋 copy color: '#C396D8'

red 195 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #C396D8

Tints of Wisteria #C396D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 34.76%
G = 26.74%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C396D8 (or 0xC396D8) is known color: Wisteria. HEX triplet: C3, 96 and D8. RGB value is (195,150,216). Sum of RGB (Red+Green+Blue) = 195+150+216=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #C396D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396D8 is #3C6927. Grayscale: #AAAAAA. Windows color (decimal): -3959080 or 14194371. OLE color: 14194371.

HSL color Cylindrical-coordinate representation of color #C396D8: hue angle of 280.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C396D8 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 150 216 -
CMYK 0.10 0.31 0 0.15
HSL 280.91º 0.46% 0.72% -
HSV(B) 280.91º 0.31% 0.85% -
XYZ 45.81 38.37 69.96 -
YUV 170.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 195 150 216 0.10 0.31 0 0.15 280.91 0.46 0.72
Hex C3 96 D8 A 1F 0 F 119 2E 48
Octal 303 226 330 12 37 0 17 431 56 110
Binary 11000011 10010110 11011000 1010 11111 0 1111 100011001 101110 1001000

Color Harmonies of #C396D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396D8

Black with #C396D8

Text Example


Text Example

White with #C396D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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