#C092CE

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

Shades of Wisteria #C092CE

Tints of Wisteria #C092CE

Color information

#C092CE (or 0xC092CE) is unknown color: approx Wisteria. HEX triplet: C0, 92 and CE. RGB value is (192,146,206). Sum of RGB (Red+Green+Blue) = 192+146+206=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #C092CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092CE is #3F6D31. Grayscale: #A6A6A6. Windows color (decimal): -4156722 or 13537984. OLE color: 13537984.

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

Color convert

RGB192146206-
CMYK0.070.2900.19
HSL286º37.97%69.02%-
HSV(B)286º29.13%80.78%-
XYZ43.1636.2263.11-
YUV166.59150.24146.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=35.29%
G=26.84%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921462060.070.2900.1928637.9769.02
HexC092CE71D01311e2645
Octal30022231673502343646105
Binary110000001001001011001110111111010100111000111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092CE; }

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

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

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

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

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

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

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

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