#C199CC

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

Shades of Wisteria #C199CC

Tints of Wisteria #C199CC

Color information

#C199CC (or 0xC199CC) is unknown color: approx Wisteria. HEX triplet: C1, 99 and CC. RGB value is (193,153,204). Sum of RGB (Red+Green+Blue) = 193+153+204=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C199CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199CC is #3E6633. Grayscale: #AAAAAA. Windows color (decimal): -4089396 or 13408705. OLE color: 13408705.

HSL color Cylindrical-coordinate representation of color #C199CC: hue angle of 287.06º degrees, saturation: 0.33, 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 #C199CC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193153204-
CMYK0.050.2500.2
HSL287.06º33.33%70%-
HSV(B)287.06º25%80%-
XYZ44.2838.4862.22-
YUV170.77146.75143.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=35.09%
G=27.82%
B=37.09%

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
Decimal1931532040.050.2500.2287.0633.3370
HexC199CC51901411f2146
Octal30123131453102443741106
Binary110000011001100111001100101110010101001000111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199CC; }

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

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

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

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

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

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

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

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