Html Css Color HEX #C396D9 Wisteria

📋 copy color: '#C396D9'

red 195 ◦ green 150 ◦ blue 217

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

Shades of Wisteria #C396D9

Tints of Wisteria #C396D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.61%

R = 34.7%
G = 26.69%
B = 38.61%

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

#C396D9 (or 0xC396D9) is known color: Wisteria. HEX triplet: C3, 96 and D9. RGB value is (195,150,217). Sum of RGB (Red+Green+Blue) = 195+150+217=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #C396D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396D9 is #3C6926. Grayscale: #AAAAAA. Windows color (decimal): -3959079 or 14259907. OLE color: 14259907.

HSL color Cylindrical-coordinate representation of color #C396D9: hue angle of 280.3º degrees, saturation: 0.47, 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 #C396D9 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 150 217 -
CMYK 0.10 0.31 0 0.15
HSL 280.3º 0.47% 0.72% -
HSV(B) 280.3º 0.31% 0.85% -
XYZ 45.94 38.42 70.64 -
YUV 171.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 195 150 217 0.10 0.31 0 0.15 280.3 0.47 0.72
Hex C3 96 D9 A 1F 0 F 118 2F 48
Octal 303 226 331 12 37 0 17 430 57 110
Binary 11000011 10010110 11011001 1010 11111 0 1111 100011000 101111 1001000

Color Harmonies of #C396D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396D9

Black with #C396D9

Text Example


Text Example

White with #C396D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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