#C199CE

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

Shades of Wisteria #C199CE

Tints of Wisteria #C199CE

Color information

#C199CE (or 0xC199CE) is unknown color: approx Wisteria. HEX triplet: C1, 99 and CE. RGB value is (193,153,206). Sum of RGB (Red+Green+Blue) = 193+153+206=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C199CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199CE is #3E6631. Grayscale: #AAAAAA. Windows color (decimal): -4089394 or 13539777. OLE color: 13539777.

HSL color Cylindrical-coordinate representation of color #C199CE: hue angle of 285.28º degrees, saturation: 0.35, 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 #C199CE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193153206-
CMYK0.060.2600.19
HSL285.28º35.1%70.39%-
HSV(B)285.28º25.73%80.78%-
XYZ44.5238.5863.49-
YUV171147.75143.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=34.96%
G=27.72%
B=37.32%

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
Decimal1931532060.060.2600.19285.2835.170.39
HexC199CE61A01311d2346
Octal30123131663202343543106
Binary110000011001100111001110110110100100111000111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199CE; }

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

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

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

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

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

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

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

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