#C383DD

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

Shades of Wisteria #C383DD

Tints of Wisteria #C383DD

Color information

#C383DD (or 0xC383DD) is unknown color: approx Wisteria. HEX triplet: C3, 83 and DD. RGB value is (195,131,221). Sum of RGB (Red+Green+Blue) = 195+131+221=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C383DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383DD is #3C7C22. Grayscale: #A0A0A0. Windows color (decimal): -3963939 or 14517187. OLE color: 14517187.

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

Color convert

RGB195131221-
CMYK0.120.4100.13
HSL282.67º56.96%69.02%-
HSV(B)282.67º40.72%86.67%-
XYZ43.6733.0672.49-
YUV160.4162.2152.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=35.65%
G=23.95%
B=40.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951312210.120.4100.13282.6756.9669.02
HexC383DDC290D11b3945
Octal303203335145101543371105
Binary1100001110000011110111011100101001011011000110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C383DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C383DD; }

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

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

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

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

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

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

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

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