Html Css Color HEX #C397D7 Wisteria

📋 copy color: '#C397D7'

red 195 ◦ green 151 ◦ blue 215

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

Shades of Wisteria #C397D7

Tints of Wisteria #C397D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 34.76%
G = 26.92%
B = 38.32%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C397D7 (or 0xC397D7) is known color: Wisteria. HEX triplet: C3, 97 and D7. RGB value is (195,151,215). Sum of RGB (Red+Green+Blue) = 195+151+215=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #C397D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397D7 is #3C6828. Grayscale: #ABABAB. Windows color (decimal): -3958825 or 14129091. OLE color: 14129091.

HSL color Cylindrical-coordinate representation of color #C397D7: hue angle of 281.25º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C397D7 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 151 215 -
CMYK 0.09 0.30 0 0.16
HSL 281.25º 0.44% 0.72% -
HSV(B) 281.25º 0.3% 0.84% -
XYZ 45.84 38.64 69.33 -
YUV 171.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 195 151 215 0.09 0.30 0 0.16 281.25 0.44 0.72
Hex C3 97 D7 9 1E 0 10 119 2C 48
Octal 303 227 327 11 36 0 20 431 54 110
Binary 11000011 10010111 11010111 1001 11110 0 10000 100011001 101100 1001000

Color Harmonies of #C397D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397D7

Black with #C397D7

Text Example


Text Example

White with #C397D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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