#C18CE0

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

Shades of Wisteria #C18CE0

Tints of Wisteria #C18CE0

Color information

#C18CE0 (or 0xC18CE0) is unknown color: approx Wisteria. HEX triplet: C1, 8C and E0. RGB value is (193,140,224). Sum of RGB (Red+Green+Blue) = 193+140+224=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #C18CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CE0 is #3E731F. Grayscale: #A5A5A5. Windows color (decimal): -4092704 or 14716097. OLE color: 14716097.

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

Color convert

RGB193140224-
CMYK0.140.3800.12
HSL277.86º57.53%71.37%-
HSV(B)277.86º37.5%87.84%-
XYZ44.8235.4875.01-
YUV165.42161.06147.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=34.65%
G=25.13%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931402240.140.3800.12277.8657.5371.37
HexC18CE0E260C1163a47
Octal301214340164601442672107
Binary1100000110001100111000001110100110011001000101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CE0; }

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

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

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

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

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

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

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

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