#C198CE

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

Shades of Wisteria #C198CE

Tints of Wisteria #C198CE

Color information

#C198CE (or 0xC198CE) is unknown color: approx Wisteria. HEX triplet: C1, 98 and CE. RGB value is (193,152,206). Sum of RGB (Red+Green+Blue) = 193+152+206=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #C198CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198CE is #3E6731. Grayscale: #AAAAAA. Windows color (decimal): -4089650 or 13539521. OLE color: 13539521.

HSL color Cylindrical-coordinate representation of color #C198CE: hue angle of 285.56º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C198CE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193152206-
CMYK0.060.2600.19
HSL285.56º35.53%70.2%-
HSV(B)285.56º26.21%80.78%-
XYZ44.3638.2563.44-
YUV170.42148.08144.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=35.03%
G=27.59%
B=37.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931522060.060.2600.19285.5635.5370.2
HexC198CE61A01311e2446
Octal30123031663202343644106
Binary110000011001100011001110110110100100111000111101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198CE; }

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

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

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

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

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

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

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

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