#C392DD

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

Shades of Wisteria #C392DD

Tints of Wisteria #C392DD

Color information

#C392DD (or 0xC392DD) is unknown color: approx Wisteria. HEX triplet: C3, 92 and DD. RGB value is (195,146,221). Sum of RGB (Red+Green+Blue) = 195+146+221=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C392DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392DD is #3C6D22. Grayscale: #A8A8A8. Windows color (decimal): -3960099 or 14521027. OLE color: 14521027.

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

Color convert

RGB195146221-
CMYK0.120.3400.13
HSL279.2º52.45%71.96%-
HSV(B)279.2º33.94%86.67%-
XYZ45.8437.3873.21-
YUV169.2157.23146.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=34.70%
G=25.98%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951462210.120.3400.13279.252.4571.96
HexC392DDC220D1173448
Octal303222335144201542764110
Binary1100001110010010110111011100100010011011000101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392DD; }

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

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

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

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

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

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

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

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