#C299DD

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

Shades of Wisteria #C299DD

Tints of Wisteria #C299DD

Color information

#C299DD (or 0xC299DD) is unknown color: approx Wisteria. HEX triplet: C2, 99 and DD. RGB value is (194,153,221). Sum of RGB (Red+Green+Blue) = 194+153+221=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C299DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DD is #3D6622. Grayscale: #ACACAC. Windows color (decimal): -4023843 or 14522818. OLE color: 14522818.

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

Color convert

RGB194153221-
CMYK0.120.3100.13
HSL276.18º50%73.33%-
HSV(B)276.18º30.77%86.67%-
XYZ46.6939.4773.56-
YUV173.01155.08142.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=34.15%
G=26.94%
B=38.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941532210.120.3100.13276.185073.33
HexC299DDC1F0D1143249
Octal302231335143701542462111
Binary110000101001100111011101110011111011011000101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299DD; }

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

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

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

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

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

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

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

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