Html Css Color HEX #C497DA Wisteria

📋 copy color: '#C497DA'

red 196 ◦ green 151 ◦ blue 218

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

Shades of Wisteria #C497DA

Tints of Wisteria #C497DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 34.69%
G = 26.73%
B = 38.58%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C497DA (or 0xC497DA) is known color: Wisteria. HEX triplet: C4, 97 and DA. RGB value is (196,151,218). Sum of RGB (Red+Green+Blue) = 196+151+218=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C497DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497DA is #3B6825. Grayscale: #ABABAB. Windows color (decimal): -3893286 or 14325700. OLE color: 14325700.

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

Color convert

RGB 196 151 218 -
CMYK 0.10 0.31 0 0.15
HSL 280.3º 0.48% 0.72% -
HSV(B) 280.3º 0.31% 0.85% -
XYZ 46.49 38.93 71.39 -
YUV 172.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 196 151 218 0.10 0.31 0 0.15 280.3 0.48 0.72
Hex C4 97 DA A 1F 0 F 118 30 48
Octal 304 227 332 12 37 0 17 430 60 110
Binary 11000100 10010111 11011010 1010 11111 0 1111 100011000 110000 1001000

Color Harmonies of #C497DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497DA

Black with #C497DA

Text Example


Text Example

White with #C497DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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