#C393CF

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

Shades of Wisteria #C393CF

Tints of Wisteria #C393CF

Color information

#C393CF (or 0xC393CF) is unknown color: approx Wisteria. HEX triplet: C3, 93 and CF. RGB value is (195,147,207). Sum of RGB (Red+Green+Blue) = 195+147+207=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #C393CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393CF is #3C6C30. Grayscale: #A8A8A8. Windows color (decimal): -3959857 or 13603779. OLE color: 13603779.

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

Color convert

RGB195147207-
CMYK0.060.2900.19
HSL288º38.46%69.41%-
HSV(B)288º28.99%81.18%-
XYZ44.236.9763.84-
YUV168.19149.9147.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=35.52%
G=26.78%
B=37.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951472070.060.2900.1928838.4669.41
HexC393CF61D0131202645
Octal30322331763502344046105
Binary110000111001001111001111110111010100111001000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393CF; }

 p { color: rgb(195,147,207); }

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

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

 a { background-color: rgb(195,147,207); }

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

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

 span { border-color: rgb(195,147,207); }

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