#C189F0

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

Shades of Wisteria #C189F0

Tints of Wisteria #C189F0

Color information

#C189F0 (or 0xC189F0) is unknown color: approx Wisteria. HEX triplet: C1, 89 and F0. RGB value is (193,137,240). Sum of RGB (Red+Green+Blue) = 193+137+240=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #C189F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C189F0 is #3E760F. Grayscale: #A5A5A5. Windows color (decimal): -4093456 or 15763905. OLE color: 15763905.

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

Color convert

RGB193137240-
CMYK0.200.4300.06
HSL272.62º77.44%73.92%-
HSV(B)272.62º42.92%94.12%-
XYZ46.6735.5286.83-
YUV165.49170.05147.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 240 (94.14% from 255) = 42.11%
R=33.86%
G=24.04%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931372400.200.4300.06272.6277.4473.92
HexC189F0142B061114d4a
Octal301211360245306421115112
Binary11000001100010011111000010100101011011010001000110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C189F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C189F0; }

 p { color: rgb(193,137,240); }

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

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

 a { background-color: rgb(193,137,240); }

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

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

 span { border-color: rgb(193,137,240); }

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