#C392D3

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

Shades of Wisteria #C392D3

Tints of Wisteria #C392D3

Color information

#C392D3 (or 0xC392D3) is unknown color: approx Wisteria. HEX triplet: C3, 92 and D3. RGB value is (195,146,211). Sum of RGB (Red+Green+Blue) = 195+146+211=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #C392D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392D3 is #3C6D2C. Grayscale: #A7A7A7. Windows color (decimal): -3960109 or 13865667. OLE color: 13865667.

HSL color Cylindrical-coordinate representation of color #C392D3: hue angle of 285.23º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C392D3 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB195146211-
CMYK0.080.3100.17
HSL285.23º42.48%70%-
HSV(B)285.23º30.81%82.75%-
XYZ44.5436.8666.4-
YUV168.06152.23147.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 211 (82.81% from 255) = 38.22%
R=35.33%
G=26.45%
B=38.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951462110.080.3100.17285.2342.4870
HexC392D381F01111d2a46
Octal303222323103702143552106
Binary1100001110010010110100111000111110100011000111011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392D3; }

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

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

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

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

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

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

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

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