#C18CED

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

Shades of Wisteria #C18CED

Tints of Wisteria #C18CED

Color information

#C18CED (or 0xC18CED) is unknown color: approx Wisteria. HEX triplet: C1, 8C and ED. RGB value is (193,140,237). Sum of RGB (Red+Green+Blue) = 193+140+237=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #C18CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CED is #3E7312. Grayscale: #A6A6A6. Windows color (decimal): -4092691 or 15568065. OLE color: 15568065.

HSL color Cylindrical-coordinate representation of color #C18CED: hue angle of 272.78º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18CED is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193140237-
CMYK0.190.4100.07
HSL272.78º72.93%73.92%-
HSV(B)272.78º40.93%92.94%-
XYZ46.6636.2184.65-
YUV166.9167.56146.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=33.86%
G=24.56%
B=41.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931402370.190.4100.07272.7872.9373.92
HexC18CED132907111494a
Octal301214355235107421111112
Binary11000001100011001110110110011101001011110001000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CED; }

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

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

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

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

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

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

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

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