#C18CEA

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

Shades of Wisteria #C18CEA

Tints of Wisteria #C18CEA

Color information

#C18CEA (or 0xC18CEA) is unknown color: approx Wisteria. HEX triplet: C1, 8C and EA. RGB value is (193,140,234). Sum of RGB (Red+Green+Blue) = 193+140+234=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #C18CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CEA is #3E7315. Grayscale: #A6A6A6. Windows color (decimal): -4092694 or 15371457. OLE color: 15371457.

HSL color Cylindrical-coordinate representation of color #C18CEA: hue angle of 273.83º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18CEA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193140234-
CMYK0.180.4000.08
HSL273.83º69.12%73.33%-
HSV(B)273.83º40.17%91.76%-
XYZ46.2236.0382.36-
YUV166.56166.06146.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=34.04%
G=24.69%
B=41.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931402340.180.4000.08273.8369.1273.33
HexC18CEA1228081124549
Octal3012143522250010422105111
Binary110000011000110011101010100101010000100010001001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CEA; }

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

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

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

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

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

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

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

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