#C199DB

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

Shades of Wisteria #C199DB

Tints of Wisteria #C199DB

Color information

#C199DB (or 0xC199DB) is unknown color: approx Wisteria. HEX triplet: C1, 99 and DB. RGB value is (193,153,219). Sum of RGB (Red+Green+Blue) = 193+153+219=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C199DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DB is #3E6624. Grayscale: #ACACAC. Windows color (decimal): -4089381 or 14391745. OLE color: 14391745.

HSL color Cylindrical-coordinate representation of color #C199DB: hue angle of 276.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C199DB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193153219-
CMYK0.120.3000.14
HSL276.36º47.83%72.94%-
HSV(B)276.36º30.14%85.88%-
XYZ46.1739.2372.16-
YUV172.48154.25142.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=34.16%
G=27.08%
B=38.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931532190.120.3000.14276.3647.8372.94
HexC199DBC1E0E1143049
Octal301231333143601642460111
Binary110000011001100111011011110011110011101000101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199DB; }

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

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

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

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

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

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

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

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