#C199CD

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

Shades of Wisteria #C199CD

Tints of Wisteria #C199CD

Color information

#C199CD (or 0xC199CD) is unknown color: approx Wisteria. HEX triplet: C1, 99 and CD. RGB value is (193,153,205). Sum of RGB (Red+Green+Blue) = 193+153+205=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #C199CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199CD is #3E6632. Grayscale: #AAAAAA. Windows color (decimal): -4089395 or 13474241. OLE color: 13474241.

HSL color Cylindrical-coordinate representation of color #C199CD: hue angle of 286.15º degrees, saturation: 0.34, 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 #C199CD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193153205-
CMYK0.060.2500.20
HSL286.15º34.21%70.2%-
HSV(B)286.15º25.37%80.39%-
XYZ44.438.5362.85-
YUV170.89147.25143.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=35.03%
G=27.77%
B=37.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931532050.060.2500.20286.1534.2170.2
HexC199CD61901411e2246
Octal30123131563102443642106
Binary110000011001100111001101110110010101001000111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199CD; }

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

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

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

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

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

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

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

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