Html Css Color HEX #C498DB Wisteria

📋 copy color: '#C498DB'

red 196 ◦ green 152 ◦ blue 219

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

Shades of Wisteria #C498DB

Tints of Wisteria #C498DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 34.57%
G = 26.81%
B = 38.62%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C498DB (or 0xC498DB) is known color: Wisteria. HEX triplet: C4, 98 and DB. RGB value is (196,152,219). Sum of RGB (Red+Green+Blue) = 196+152+219=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #C498DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DB is #3B6724. Grayscale: #ACACAC. Windows color (decimal): -3893029 or 14391492. OLE color: 14391492.

HSL color Cylindrical-coordinate representation of color #C498DB: hue angle of 279.4º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C498DB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 152 219 -
CMYK 0.11 0.31 0 0.14
HSL 279.4º 0.48% 0.73% -
HSV(B) 279.4º 0.31% 0.86% -
XYZ 46.78 39.31 72.14 -
YUV 172.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 196 152 219 0.11 0.31 0 0.14 279.4 0.48 0.73
Hex C4 98 DB B 1F 0 E 117 30 49
Octal 304 230 333 13 37 0 16 427 60 111
Binary 11000100 10011000 11011011 1011 11111 0 1110 100010111 110000 1001001

Color Harmonies of #C498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498DB

Black with #C498DB

Text Example


Text Example

White with #C498DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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