Html Css Color HEX #C498D1 Wisteria

📋 copy color: '#C498D1'

red 196 ◦ green 152 ◦ blue 209

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

Shades of Wisteria #C498D1

Tints of Wisteria #C498D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 35.19%
G = 27.29%
B = 37.52%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C498D1 (or 0xC498D1) is known color: Wisteria. HEX triplet: C4, 98 and D1. RGB value is (196,152,209). Sum of RGB (Red+Green+Blue) = 196+152+209=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #C498D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498D1 is #3B672E. Grayscale: #ABABAB. Windows color (decimal): -3893039 or 13736132. OLE color: 13736132.

HSL color Cylindrical-coordinate representation of color #C498D1: hue angle of 286.32º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C498D1 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 152 209 -
CMYK 0.06 0.27 0 0.18
HSL 286.32º 0.38% 0.71% -
HSV(B) 286.32º 0.27% 0.82% -
XYZ 45.5 38.8 65.41 -
YUV 171.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 196 152 209 0.06 0.27 0 0.18 286.32 0.38 0.71
Hex C4 98 D1 6 1B 0 12 11E 26 47
Octal 304 230 321 6 33 0 22 436 46 107
Binary 11000100 10011000 11010001 110 11011 0 10010 100011110 100110 1000111

Color Harmonies of #C498D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498D1

Black with #C498D1

Text Example


Text Example

White with #C498D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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