Html Css Color HEX #C396CE Wisteria

📋 copy color: '#C396CE'

red 195 ◦ green 150 ◦ blue 206

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

Shades of Wisteria #C396CE

Tints of Wisteria #C396CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 35.39%
G = 27.22%
B = 37.39%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C396CE (or 0xC396CE) is known color: Wisteria. HEX triplet: C3, 96 and CE. RGB value is (195,150,206). Sum of RGB (Red+Green+Blue) = 195+150+206=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #C396CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396CE is #3C6931. Grayscale: #A9A9A9. Windows color (decimal): -3959090 or 13539011. OLE color: 13539011.

HSL color Cylindrical-coordinate representation of color #C396CE: hue angle of 288.21º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C396CE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 150 206 -
CMYK 0.05 0.27 0 0.19
HSL 288.21º 0.36% 0.7% -
HSV(B) 288.21º 0.27% 0.81% -
XYZ 44.55 37.87 63.35 -
YUV 169.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 195 150 206 0.05 0.27 0 0.19 288.21 0.36 0.7
Hex C3 96 CE 5 1B 0 13 120 24 46
Octal 303 226 316 5 33 0 23 440 44 106
Binary 11000011 10010110 11001110 101 11011 0 10011 100100000 100100 1000110

Color Harmonies of #C396CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396CE

Black with #C396CE

Text Example


Text Example

White with #C396CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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