#C093CE

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

Shades of Wisteria #C093CE

Tints of Wisteria #C093CE

Color information

#C093CE (or 0xC093CE) is unknown color: approx Wisteria. HEX triplet: C0, 93 and CE. RGB value is (192,147,206). Sum of RGB (Red+Green+Blue) = 192+147+206=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #C093CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093CE is #3F6C31. Grayscale: #A6A6A6. Windows color (decimal): -4156466 or 13538240. OLE color: 13538240.

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

Color convert

RGB192147206-
CMYK0.070.2900.19
HSL285.76º37.58%69.22%-
HSV(B)285.76º28.64%80.78%-
XYZ43.3136.5363.16-
YUV167.18149.91145.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=35.23%
G=26.97%
B=37.80%

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
Decimal1921472060.070.2900.19285.7637.5869.22
HexC093CE71D01311e2645
Octal30022331673502343646105
Binary110000001001001111001110111111010100111000111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093CE; }

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

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

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

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

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

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

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

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