#C293CE

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

Shades of Wisteria #C293CE

Tints of Wisteria #C293CE

Color information

#C293CE (or 0xC293CE) is unknown color: approx Wisteria. HEX triplet: C2, 93 and CE. RGB value is (194,147,206). Sum of RGB (Red+Green+Blue) = 194+147+206=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #C293CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CE is #3D6C31. Grayscale: #A7A7A7. Windows color (decimal): -4025394 or 13538242. OLE color: 13538242.

HSL color Cylindrical-coordinate representation of color #C293CE: hue angle of 287.8º 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 #C293CE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194147206-
CMYK0.060.2900.19
HSL287.8º37.58%69.22%-
HSV(B)287.8º28.64%80.78%-
XYZ43.8236.7963.18-
YUV167.78149.57146.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=35.47%
G=26.87%
B=37.66%

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
Decimal1941472060.060.2900.19287.837.5869.22
HexC293CE61D0131202645
Octal30222331663502344046105
Binary110000101001001111001110110111010100111001000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293CE; }

 p { color: rgb(194,147,206); }

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

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

 a { background-color: rgb(194,147,206); }

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

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

 span { border-color: rgb(194,147,206); }

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