#C198CC

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

Shades of Wisteria #C198CC

Tints of Wisteria #C198CC

Color information

#C198CC (or 0xC198CC) is unknown color: approx Wisteria. HEX triplet: C1, 98 and CC. RGB value is (193,152,204). Sum of RGB (Red+Green+Blue) = 193+152+204=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C198CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198CC is #3E6733. Grayscale: #AAAAAA. Windows color (decimal): -4089652 or 13408449. OLE color: 13408449.

HSL color Cylindrical-coordinate representation of color #C198CC: hue angle of 287.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C198CC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193152204-
CMYK0.050.2500.2
HSL287.31º33.77%69.8%-
HSV(B)287.31º25.49%80%-
XYZ44.1238.1562.17-
YUV170.19147.08144.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=35.15%
G=27.69%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931522040.050.2500.2287.3133.7769.8
HexC198CC51901411f2246
Octal30123031453102443742106
Binary110000011001100011001100101110010101001000111111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198CC; }

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

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

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

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

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

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

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

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