Html Css Color HEX #C397DF Wisteria

📋 copy color: '#C397DF'

red 195 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #C397DF

Tints of Wisteria #C397DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.54%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 34.27%
G = 26.54%
B = 39.19%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C397DF (or 0xC397DF) is known color: Wisteria. HEX triplet: C3, 97 and DF. RGB value is (195,151,223). Sum of RGB (Red+Green+Blue) = 195+151+223=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C397DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397DF is #3C6820. Grayscale: #ACACAC. Windows color (decimal): -3958817 or 14653379. OLE color: 14653379.

HSL color Cylindrical-coordinate representation of color #C397DF: hue angle of 276.67º degrees, saturation: 0.53, 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 #C397DF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 151 223 -
CMYK 0.13 0.32 0 0.13
HSL 276.67º 0.53% 0.73% -
HSV(B) 276.67º 0.32% 0.87% -
XYZ 46.89 39.06 74.88 -
YUV 172.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 195 151 223 0.13 0.32 0 0.13 276.67 0.53 0.73
Hex C3 97 DF D 20 0 D 115 35 49
Octal 303 227 337 15 40 0 15 425 65 111
Binary 11000011 10010111 11011111 1101 100000 0 1101 100010101 110101 1001001

Color Harmonies of #C397DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397DF

Black with #C397DF

Text Example


Text Example

White with #C397DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397DF; }

 p { color: rgb(195,151,223); }

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

background-color css

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

 a { background-color: rgb(195,151,223); }

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

border-color css

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

 span { border-color: rgb(195,151,223); }

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