#C392D7

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

Shades of Wisteria #C392D7

Tints of Wisteria #C392D7

Color information

#C392D7 (or 0xC392D7) is unknown color: approx Wisteria. HEX triplet: C3, 92 and D7. RGB value is (195,146,215). Sum of RGB (Red+Green+Blue) = 195+146+215=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #C392D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392D7 is #3C6D28. Grayscale: #A8A8A8. Windows color (decimal): -3960105 or 14127811. OLE color: 14127811.

HSL color Cylindrical-coordinate representation of color #C392D7: hue angle of 282.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C392D7 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195146215-
CMYK0.090.3200.16
HSL282.61º46.31%70.78%-
HSV(B)282.61º32.09%84.31%-
XYZ45.0537.0769.07-
YUV168.52154.23146.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=35.07%
G=26.26%
B=38.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951462150.090.3200.16282.6146.3170.78
HexC392D792001011b2e47
Octal303222327114002043356107
Binary11000011100100101101011110011000000100001000110111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392D7; }

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

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

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

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

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

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

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

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