#C299DE

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

Shades of Wisteria #C299DE

Tints of Wisteria #C299DE

Color information

#C299DE (or 0xC299DE) is unknown color: approx Wisteria. HEX triplet: C2, 99 and DE. RGB value is (194,153,222). Sum of RGB (Red+Green+Blue) = 194+153+222=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C299DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DE is #3D6621. Grayscale: #ACACAC. Windows color (decimal): -4023842 or 14588354. OLE color: 14588354.

HSL color Cylindrical-coordinate representation of color #C299DE: hue angle of 275.65º degrees, saturation: 0.51, 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 #C299DE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194153222-
CMYK0.130.3100.13
HSL275.65º51.11%73.53%-
HSV(B)275.65º31.08%87.06%-
XYZ46.8239.5374.27-
YUV173.12155.58142.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=34.09%
G=26.89%
B=39.02%

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
Decimal1941532220.130.3100.13275.6551.1173.53
HexC299DED1F0D114334a
Octal302231336153701542463112
Binary110000101001100111011110110111111011011000101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299DE; }

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

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

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

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

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

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

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

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