Html Css Color HEX #C498DD Wisteria

📋 copy color: '#C498DD'

red 196 ◦ green 152 ◦ blue 221

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

Shades of Wisteria #C498DD

Tints of Wisteria #C498DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 34.45%
G = 26.71%
B = 38.84%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C498DD (or 0xC498DD) is known color: Wisteria. HEX triplet: C4, 98 and DD. RGB value is (196,152,221). Sum of RGB (Red+Green+Blue) = 196+152+221=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C498DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DD is #3B6722. Grayscale: #ACACAC. Windows color (decimal): -3893027 or 14522564. OLE color: 14522564.

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

Color convert

RGB 196 152 221 -
CMYK 0.11 0.31 0 0.13
HSL 278.26º 0.5% 0.73% -
HSV(B) 278.26º 0.31% 0.87% -
XYZ 47.04 39.41 73.53 -
YUV 173.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 196 152 221 0.11 0.31 0 0.13 278.26 0.5 0.73
Hex C4 98 DD B 1F 0 D 116 32 49
Octal 304 230 335 13 37 0 15 426 62 111
Binary 11000100 10011000 11011101 1011 11111 0 1101 100010110 110010 1001001

Color Harmonies of #C498DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498DD

Black with #C498DD

Text Example


Text Example

White with #C498DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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