Html Css Color HEX #C498DA Wisteria

📋 copy color: '#C498DA'

red 196 ◦ green 152 ◦ blue 218

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

Shades of Wisteria #C498DA

Tints of Wisteria #C498DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.86%

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

R = 34.63%
G = 26.86%
B = 38.52%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C498DA (or 0xC498DA) is known color: Wisteria. HEX triplet: C4, 98 and DA. RGB value is (196,152,218). Sum of RGB (Red+Green+Blue) = 196+152+218=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C498DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DA is #3B6725. Grayscale: #ACACAC. Windows color (decimal): -3893030 or 14325956. OLE color: 14325956.

HSL color Cylindrical-coordinate representation of color #C498DA: hue angle of 280º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C498DA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 152 218 -
CMYK 0.10 0.30 0 0.15
HSL 280º 0.47% 0.73% -
HSV(B) 280º 0.3% 0.85% -
XYZ 46.65 39.25 71.45 -
YUV 172.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 196 152 218 0.10 0.30 0 0.15 280 0.47 0.73
Hex C4 98 DA A 1E 0 F 118 2F 49
Octal 304 230 332 12 36 0 17 430 57 111
Binary 11000100 10011000 11011010 1010 11110 0 1111 100011000 101111 1001001

Color Harmonies of #C498DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498DA

Black with #C498DA

Text Example


Text Example

White with #C498DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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