#C18DEA

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

Shades of Wisteria #C18DEA

Tints of Wisteria #C18DEA

Color information

#C18DEA (or 0xC18DEA) is unknown color: approx Wisteria. HEX triplet: C1, 8D and EA. RGB value is (193,141,234). Sum of RGB (Red+Green+Blue) = 193+141+234=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #C18DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DEA is #3E7215. Grayscale: #A6A6A6. Windows color (decimal): -4092438 or 15371713. OLE color: 15371713.

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

Color convert

RGB193141234-
CMYK0.180.4000.08
HSL273.55º68.89%73.53%-
HSV(B)273.55º39.74%91.76%-
XYZ46.3736.3382.41-
YUV167.15165.73146.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=33.98%
G=24.82%
B=41.20%

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
Decimal1931412340.180.4000.08273.5568.8973.53
HexC18DEA122808112454a
Octal3012153522250010422105112
Binary110000011000110111101010100101010000100010001001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18DEA; }

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

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

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

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

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

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

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

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