#C181E0

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

Shades of Wisteria #C181E0

Tints of Wisteria #C181E0

Color information

#C181E0 (or 0xC181E0) is unknown color: approx Wisteria. HEX triplet: C1, 81 and E0. RGB value is (193,129,224). Sum of RGB (Red+Green+Blue) = 193+129+224=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #C181E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181E0 is #3E7E1F. Grayscale: #9E9E9E. Windows color (decimal): -4095520 or 14713281. OLE color: 14713281.

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

Color convert

RGB193129224-
CMYK0.140.4200.12
HSL280.42º60.51%69.22%-
HSV(B)280.42º42.41%87.84%-
XYZ43.332.4274.5-
YUV158.97164.7152.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 224 (87.89% from 255) = 41.03%
R=35.35%
G=23.63%
B=41.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931292240.140.4200.12280.4260.5169.22
HexC181E0E2A0C1183d45
Octal301201340165201443075105
Binary1100000110000001111000001110101010011001000110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181E0; }

 p { color: rgb(193,129,224); }

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

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

 a { background-color: rgb(193,129,224); }

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

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

 span { border-color: rgb(193,129,224); }

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