Html Css Color HEX #C397D8 Wisteria

📋 copy color: '#C397D8'

red 195 ◦ green 151 ◦ blue 216

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

Shades of Wisteria #C397D8

Tints of Wisteria #C397D8

RGB

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

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

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

R = 34.7%
G = 26.87%
B = 38.43%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C397D8 (or 0xC397D8) is known color: Wisteria. HEX triplet: C3, 97 and D8. RGB value is (195,151,216). Sum of RGB (Red+Green+Blue) = 195+151+216=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #C397D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397D8 is #3C6827. Grayscale: #ABABAB. Windows color (decimal): -3958824 or 14194627. OLE color: 14194627.

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

Color convert

RGB 195 151 216 -
CMYK 0.10 0.30 0 0.15
HSL 280.62º 0.45% 0.72% -
HSV(B) 280.62º 0.3% 0.85% -
XYZ 45.97 38.69 70.01 -
YUV 171.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 195 151 216 0.10 0.30 0 0.15 280.62 0.45 0.72
Hex C3 97 D8 A 1E 0 F 119 2D 48
Octal 303 227 330 12 36 0 17 431 55 110
Binary 11000011 10010111 11011000 1010 11110 0 1111 100011001 101101 1001000

Color Harmonies of #C397D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397D8

Black with #C397D8

Text Example


Text Example

White with #C397D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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