#C292CE

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

Shades of Wisteria #C292CE

Tints of Wisteria #C292CE

Color information

#C292CE (or 0xC292CE) is unknown color: approx Wisteria. HEX triplet: C2, 92 and CE. RGB value is (194,146,206). Sum of RGB (Red+Green+Blue) = 194+146+206=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C292CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292CE is #3D6D31. Grayscale: #A7A7A7. Windows color (decimal): -4025650 or 13537986. OLE color: 13537986.

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

Color convert

RGB194146206-
CMYK0.060.2900.19
HSL288º37.97%69.02%-
HSV(B)288º29.13%80.78%-
XYZ43.6736.4863.13-
YUV167.19149.9147.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=35.53%
G=26.74%
B=37.73%

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
Decimal1941462060.060.2900.1928837.9769.02
HexC292CE61D0131202645
Octal30222231663502344046105
Binary110000101001001011001110110111010100111001000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292CE; }

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

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

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

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

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

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

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

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