#C399DD

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

Shades of Wisteria #C399DD

Tints of Wisteria #C399DD

Color information

#C399DD (or 0xC399DD) is unknown color: approx Wisteria. HEX triplet: C3, 99 and DD. RGB value is (195,153,221). Sum of RGB (Red+Green+Blue) = 195+153+221=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C399DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DD is #3C6622. Grayscale: #ADADAD. Windows color (decimal): -3958307 or 14522819. OLE color: 14522819.

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

Color convert

RGB195153221-
CMYK0.120.3100.13
HSL277.06º50%73.33%-
HSV(B)277.06º30.77%86.67%-
XYZ46.9539.6173.58-
YUV173.31154.91143.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=34.27%
G=26.89%
B=38.84%

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
Decimal1951532210.120.3100.13277.065073.33
HexC399DDC1F0D1153249
Octal303231335143701542562111
Binary110000111001100111011101110011111011011000101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399DD; }

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

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

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

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

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

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

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

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