#C19FCB

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

Shades of Wisteria #C19FCB

Tints of Wisteria #C19FCB

Color information

#C19FCB (or 0xC19FCB) is unknown color: approx Wisteria. HEX triplet: C1, 9F and CB. RGB value is (193,159,203). Sum of RGB (Red+Green+Blue) = 193+159+203=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #C19FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FCB is #3E6034. Grayscale: #AEAEAE. Windows color (decimal): -4087861 or 13344705. OLE color: 13344705.

HSL color Cylindrical-coordinate representation of color #C19FCB: hue angle of 286.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C19FCB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193159203-
CMYK0.050.2200.20
HSL286.36º29.73%70.98%-
HSV(B)286.36º21.67%79.61%-
XYZ45.1740.4561.93-
YUV174.18144.26141.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=34.77%
G=28.65%
B=36.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931592030.050.2200.20286.3629.7370.98
HexC19FCB51601411e1e47
Octal30123731352602443636107
Binary11000001100111111100101110110110010100100011110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19FCB; }

 p { color: rgb(193,159,203); }

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

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

 a { background-color: rgb(193,159,203); }

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

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

 span { border-color: rgb(193,159,203); }

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