#C394CE

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

Shades of Wisteria #C394CE

Tints of Wisteria #C394CE

Color information

#C394CE (or 0xC394CE) is unknown color: approx Wisteria. HEX triplet: C3, 94 and CE. RGB value is (195,148,206). Sum of RGB (Red+Green+Blue) = 195+148+206=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #C394CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394CE is #3C6B31. Grayscale: #A8A8A8. Windows color (decimal): -3959602 or 13538499. OLE color: 13538499.

HSL color Cylindrical-coordinate representation of color #C394CE: hue angle of 288.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C394CE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195148206-
CMYK0.050.2800.19
HSL288.62º37.18%69.41%-
HSV(B)288.62º28.16%80.78%-
XYZ44.2437.2463.25-
YUV168.66149.07146.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=35.52%
G=26.96%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951482060.050.2800.19288.6237.1869.41
HexC394CE51C0131212545
Octal30322431653402344145105
Binary110000111001010011001110101111000100111001000011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394CE; }

 p { color: rgb(195,148,206); }

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

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

 a { background-color: rgb(195,148,206); }

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

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

 span { border-color: rgb(195,148,206); }

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