#C089F1

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

Shades of Wisteria #C089F1

Tints of Wisteria #C089F1

Color information

#C089F1 (or 0xC089F1) is unknown color: approx Wisteria. HEX triplet: C0, 89 and F1. RGB value is (192,137,241). Sum of RGB (Red+Green+Blue) = 192+137+241=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #C089F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C089F1 is #3F760E. Grayscale: #A4A4A4. Windows color (decimal): -4158991 or 15829440. OLE color: 15829440.

HSL color Cylindrical-coordinate representation of color #C089F1: hue angle of 271.73º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C089F1 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192137241-
CMYK0.200.4300.05
HSL271.73º78.79%74.12%-
HSV(B)271.73º43.15%94.51%-
XYZ46.5635.4587.61-
YUV165.3170.72147.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=33.68%
G=24.04%
B=42.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921372410.200.4300.05271.7378.7974.12
HexC089F1142B051104f4a
Octal300211361245305420117112
Binary11000000100010011111000110100101011010110001000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089F1; }

 p { color: rgb(192,137,241); }

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

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

 a { background-color: rgb(192,137,241); }

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

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

 span { border-color: rgb(192,137,241); }

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