Html Css Color HEX #C397DE Wisteria

📋 copy color: '#C397DE'

red 195 ◦ green 151 ◦ blue 222

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

Shades of Wisteria #C397DE

Tints of Wisteria #C397DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 34.33%
G = 26.58%
B = 39.08%

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

#C397DE (or 0xC397DE) is known color: Wisteria. HEX triplet: C3, 97 and DE. RGB value is (195,151,222). Sum of RGB (Red+Green+Blue) = 195+151+222=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C397DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397DE is #3C6821. Grayscale: #ACACAC. Windows color (decimal): -3958818 or 14587843. OLE color: 14587843.

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

Color convert

RGB 195 151 222 -
CMYK 0.12 0.32 0 0.13
HSL 277.18º 0.52% 0.73% -
HSV(B) 277.18º 0.32% 0.87% -
XYZ 46.76 39.01 74.17 -
YUV 172.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 195 151 222 0.12 0.32 0 0.13 277.18 0.52 0.73
Hex C3 97 DE C 20 0 D 115 34 49
Octal 303 227 336 14 40 0 15 425 64 111
Binary 11000011 10010111 11011110 1100 100000 0 1101 100010101 110100 1001001

Color Harmonies of #C397DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397DE

Black with #C397DE

Text Example


Text Example

White with #C397DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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