#C092E0

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

Shades of Wisteria #C092E0

Tints of Wisteria #C092E0

Color information

#C092E0 (or 0xC092E0) is unknown color: approx Wisteria. HEX triplet: C0, 92 and E0. RGB value is (192,146,224). Sum of RGB (Red+Green+Blue) = 192+146+224=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #C092E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092E0 is #3F6D1F. Grayscale: #A8A8A8. Windows color (decimal): -4156704 or 14717632. OLE color: 14717632.

HSL color Cylindrical-coordinate representation of color #C092E0: hue angle of 275.38º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C092E0 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192146224-
CMYK0.140.3500.12
HSL275.38º55.71%72.55%-
HSV(B)275.38º34.82%87.84%-
XYZ45.4737.1575.29-
YUV168.65159.24144.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=34.16%
G=25.98%
B=39.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921462240.140.3500.12275.3855.7172.55
HexC092E0E230C1133849
Octal300222340164301442370111
Binary1100000010010010111000001110100011011001000100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092E0; }

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

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

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

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

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

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

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

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