#C292CF

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

Shades of Wisteria #C292CF

Tints of Wisteria #C292CF

Color information

#C292CF (or 0xC292CF) is unknown color: approx Wisteria. HEX triplet: C2, 92 and CF. RGB value is (194,146,207). Sum of RGB (Red+Green+Blue) = 194+146+207=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C292CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292CF is #3D6D30. Grayscale: #A7A7A7. Windows color (decimal): -4025649 or 13603522. OLE color: 13603522.

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

Color convert

RGB194146207-
CMYK0.060.2900.19
HSL287.21º38.85%69.22%-
HSV(B)287.21º29.47%81.18%-
XYZ43.7936.5363.77-
YUV167.31150.4147.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=35.47%
G=26.69%
B=37.84%

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
Decimal1941462070.060.2900.19287.2138.8569.22
HexC292CF61D01311f2745
Octal30222231763502343747105
Binary110000101001001011001111110111010100111000111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292CF; }

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

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

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

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

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

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

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

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