Html Css Color HEX #C498DC Wisteria

📋 copy color: '#C498DC'

red 196 ◦ green 152 ◦ blue 220

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

Shades of Wisteria #C498DC

Tints of Wisteria #C498DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 34.51%
G = 26.76%
B = 38.73%

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

#C498DC (or 0xC498DC) is known color: Wisteria. HEX triplet: C4, 98 and DC. RGB value is (196,152,220). Sum of RGB (Red+Green+Blue) = 196+152+220=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C498DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DC is #3B6723. Grayscale: #ACACAC. Windows color (decimal): -3893028 or 14457028. OLE color: 14457028.

HSL color Cylindrical-coordinate representation of color #C498DC: hue angle of 278.82º degrees, saturation: 0.49, 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 #C498DC is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 152 220 -
CMYK 0.11 0.31 0 0.14
HSL 278.82º 0.49% 0.73% -
HSV(B) 278.82º 0.31% 0.86% -
XYZ 46.91 39.36 72.83 -
YUV 172.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 196 152 220 0.11 0.31 0 0.14 278.82 0.49 0.73
Hex C4 98 DC B 1F 0 E 117 31 49
Octal 304 230 334 13 37 0 16 427 61 111
Binary 11000100 10011000 11011100 1011 11111 0 1110 100010111 110001 1001001

Color Harmonies of #C498DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498DC

Black with #C498DC

Text Example


Text Example

White with #C498DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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