Html Css Color HEX #C396DD Wisteria

📋 copy color: '#C396DD'

red 195 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #C396DD

Tints of Wisteria #C396DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 34.45%
G = 26.5%
B = 39.05%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C396DD (or 0xC396DD) is known color: Wisteria. HEX triplet: C3, 96 and DD. RGB value is (195,150,221). Sum of RGB (Red+Green+Blue) = 195+150+221=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C396DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396DD is #3C6922. Grayscale: #ABABAB. Windows color (decimal): -3959075 or 14522051. OLE color: 14522051.

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

Color convert

RGB 195 150 221 -
CMYK 0.12 0.32 0 0.13
HSL 278.03º 0.51% 0.73% -
HSV(B) 278.03º 0.32% 0.87% -
XYZ 46.46 38.64 73.42 -
YUV 171.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 195 150 221 0.12 0.32 0 0.13 278.03 0.51 0.73
Hex C3 96 DD C 20 0 D 116 33 49
Octal 303 226 335 14 40 0 15 426 63 111
Binary 11000011 10010110 11011101 1100 100000 0 1101 100010110 110011 1001001

Color Harmonies of #C396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396DD

Black with #C396DD

Text Example


Text Example

White with #C396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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