#C092F2

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

Shades of Wisteria #C092F2

Tints of Wisteria #C092F2

Color information

#C092F2 (or 0xC092F2) is unknown color: approx Wisteria. HEX triplet: C0, 92 and F2. RGB value is (192,146,242). Sum of RGB (Red+Green+Blue) = 192+146+242=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #C092F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092F2 is #3F6D0D. Grayscale: #AAAAAA. Windows color (decimal): -4156686 or 15897280. OLE color: 15897280.

HSL color Cylindrical-coordinate representation of color #C092F2: hue angle of 268.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C092F2 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192146242-
CMYK0.210.4000.05
HSL268.75º78.69%76.08%-
HSV(B)268.75º39.67%94.9%-
XYZ48.0438.1888.84-
YUV170.7168.24143.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 146 (57.42% from 255) = 25.17%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=33.10%
G=25.17%
B=41.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921462420.210.4000.05268.7578.6976.08
HexC092F215280510d4f4c
Octal300222362255005415117114
Binary11000000100100101111001010101101000010110000110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092F2; }

 p { color: rgb(192,146,242); }

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

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

 a { background-color: rgb(192,146,242); }

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

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

 span { border-color: rgb(192,146,242); }

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