#C299DF

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

Shades of Wisteria #C299DF

Tints of Wisteria #C299DF

Color information

#C299DF (or 0xC299DF) is unknown color: approx Wisteria. HEX triplet: C2, 99 and DF. RGB value is (194,153,223). Sum of RGB (Red+Green+Blue) = 194+153+223=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C299DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DF is #3D6620. Grayscale: #ADADAD. Windows color (decimal): -4023841 or 14653890. OLE color: 14653890.

HSL color Cylindrical-coordinate representation of color #C299DF: hue angle of 275.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C299DF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194153223-
CMYK0.130.3100.13
HSL275.14º52.24%73.73%-
HSV(B)275.14º31.39%87.45%-
XYZ46.9639.5874.98-
YUV173.24156.08142.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=34.04%
G=26.84%
B=39.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941532230.130.3100.13275.1452.2473.73
HexC299DFD1F0D113344a
Octal302231337153701542364112
Binary110000101001100111011111110111111011011000100111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299DF; }

 p { color: rgb(194,153,223); }

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

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

 a { background-color: rgb(194,153,223); }

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

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

 span { border-color: rgb(194,153,223); }

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