#C292D7

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

Shades of Wisteria #C292D7

Tints of Wisteria #C292D7

Color information

#C292D7 (or 0xC292D7) is unknown color: approx Wisteria. HEX triplet: C2, 92 and D7. RGB value is (194,146,215). Sum of RGB (Red+Green+Blue) = 194+146+215=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #C292D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292D7 is #3D6D28. Grayscale: #A7A7A7. Windows color (decimal): -4025641 or 14127810. OLE color: 14127810.

HSL color Cylindrical-coordinate representation of color #C292D7: hue angle of 281.74º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C292D7 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194146215-
CMYK0.100.3200.16
HSL281.74º46.31%70.78%-
HSV(B)281.74º32.09%84.31%-
XYZ44.7936.9369.06-
YUV168.22154.4146.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 215 (84.38% from 255) = 38.74%
R=34.95%
G=26.31%
B=38.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941462150.100.3200.16281.7446.3170.78
HexC292D7A2001011a2e47
Octal302222327124002043256107
Binary11000010100100101101011110101000000100001000110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292D7; }

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

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

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

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

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

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

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

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