#C198DD

Color #C198DD Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C198DD

Tints of Wisteria #C198DD

Color information

#C198DD (or 0xC198DD) is unknown color: approx Wisteria. HEX triplet: C1, 98 and DD. RGB value is (193,152,221). Sum of RGB (Red+Green+Blue) = 193+152+221=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C198DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198DD is #3E6722. Grayscale: #ABABAB. Windows color (decimal): -4089635 or 14522561. OLE color: 14522561.

HSL color Cylindrical-coordinate representation of color #C198DD: hue angle of 275.65º 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 #C198DD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193152221-
CMYK0.130.3100.13
HSL275.65º50.36%73.14%-
HSV(B)275.65º31.22%86.67%-
XYZ46.2739.0173.5-
YUV172.12155.58142.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.10%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=34.10%
G=26.86%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931522210.130.3100.13275.6550.3673.14
HexC198DDD1F0D1143249
Octal301230335153701542462111
Binary110000011001100011011101110111111011011000101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198DD; }

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

 H1.HeaderClassName
 {
   color: #C198DD;
 }
 .AnyTagClassName
 {
   color: #C198DD;
 }
</style>
background-color css

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

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

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

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

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

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