#C291CE

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

Shades of Wisteria #C291CE

Tints of Wisteria #C291CE

Color information

#C291CE (or 0xC291CE) is unknown color: approx Wisteria. HEX triplet: C2, 91 and CE. RGB value is (194,145,206). Sum of RGB (Red+Green+Blue) = 194+145+206=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #C291CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291CE is #3D6E31. Grayscale: #A6A6A6. Windows color (decimal): -4025906 or 13537730. OLE color: 13537730.

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

Color convert

RGB194145206-
CMYK0.060.3000.19
HSL288.2º38.36%68.82%-
HSV(B)288.2º29.61%80.78%-
XYZ43.5136.1863.08-
YUV166.6150.23147.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=35.60%
G=26.61%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941452060.060.3000.19288.238.3668.82
HexC291CE61E0131202645
Octal30222131663602344046105
Binary110000101001000111001110110111100100111001000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291CE; }

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

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

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

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

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

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

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

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