Html Css Color HEX #C497DD Wisteria

📋 copy color: '#C497DD'

red 196 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #C497DD

Tints of Wisteria #C497DD

RGB

 RED value IS 196 (76.95% from 255) = 34.51%

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

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

R = 34.51%
G = 26.58%
B = 38.91%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C497DD (or 0xC497DD) is known color: Wisteria. HEX triplet: C4, 97 and DD. RGB value is (196,151,221). Sum of RGB (Red+Green+Blue) = 196+151+221=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C497DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497DD is #3B6822. Grayscale: #ACACAC. Windows color (decimal): -3893283 or 14522308. OLE color: 14522308.

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

Color convert

RGB 196 151 221 -
CMYK 0.11 0.32 0 0.13
HSL 278.57º 0.51% 0.73% -
HSV(B) 278.57º 0.32% 0.87% -
XYZ 46.88 39.09 73.48 -
YUV 172.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 196 151 221 0.11 0.32 0 0.13 278.57 0.51 0.73
Hex C4 97 DD B 20 0 D 117 33 49
Octal 304 227 335 13 40 0 15 427 63 111
Binary 11000100 10010111 11011101 1011 100000 0 1101 100010111 110011 1001001

Color Harmonies of #C497DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497DD

Black with #C497DD

Text Example


Text Example

White with #C497DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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