#C685EC

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

Shades of Wisteria #C685EC

Tints of Wisteria #C685EC

Color information

#C685EC (or 0xC685EC) is unknown color: approx Wisteria. HEX triplet: C6, 85 and EC. RGB value is (198,133,236). Sum of RGB (Red+Green+Blue) = 198+133+236=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C685EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685EC is #397A13. Grayscale: #A3A3A3. Windows color (decimal): -3766804 or 15500742. OLE color: 15500742.

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

Color convert

RGB198133236-
CMYK0.160.4400.07
HSL277.86º73.05%72.35%-
HSV(B)277.86º43.64%92.55%-
XYZ46.8234.8483.61-
YUV164.18168.53152.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 133 (52.34% from 255) = 23.46%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=34.92%
G=23.46%
B=41.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981332360.160.4400.07277.8673.0572.35
HexC685EC102C071164948
Octal306205354205407426111110
Binary11000110100001011110110010000101100011110001011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685EC; }

 p { color: rgb(198,133,236); }

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

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

 a { background-color: rgb(198,133,236); }

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

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

 span { border-color: rgb(198,133,236); }

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