Html Css Color HEX #C397DD Wisteria

📋 copy color: '#C397DD'

red 195 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #C397DD

Tints of Wisteria #C397DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 34.39%
G = 26.63%
B = 38.98%

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

#C397DD (or 0xC397DD) is known color: Wisteria. HEX triplet: C3, 97 and DD. RGB value is (195,151,221). Sum of RGB (Red+Green+Blue) = 195+151+221=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C397DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397DD is #3C6822. Grayscale: #ABABAB. Windows color (decimal): -3958819 or 14522307. OLE color: 14522307.

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

Color convert

RGB 195 151 221 -
CMYK 0.12 0.32 0 0.13
HSL 277.71º 0.51% 0.73% -
HSV(B) 277.71º 0.32% 0.87% -
XYZ 46.62 38.96 73.47 -
YUV 172.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 195 151 221 0.12 0.32 0 0.13 277.71 0.51 0.73
Hex C3 97 DD C 20 0 D 116 33 49
Octal 303 227 335 14 40 0 15 426 63 111
Binary 11000011 10010111 11011101 1100 100000 0 1101 100010110 110011 1001001

Color Harmonies of #C397DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C397DD

Black with #C397DD

Text Example


Text Example

White with #C397DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C397DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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