#C684ED

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

Shades of Wisteria #C684ED

Tints of Wisteria #C684ED

Color information

#C684ED (or 0xC684ED) is unknown color: approx Wisteria. HEX triplet: C6, 84 and ED. RGB value is (198,132,237). Sum of RGB (Red+Green+Blue) = 198+132+237=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C684ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C684ED is #397B12. Grayscale: #A3A3A3. Windows color (decimal): -3767059 or 15566022. OLE color: 15566022.

HSL color Cylindrical-coordinate representation of color #C684ED: hue angle of 277.71º degrees, saturation: 0.74, 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 #C684ED is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198132237-
CMYK0.160.4400.07
HSL277.71º74.47%72.35%-
HSV(B)277.71º44.3%92.94%-
XYZ46.8334.6284.34-
YUV163.7169.37152.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=34.92%
G=23.28%
B=41.80%

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
Decimal1981322370.160.4400.07277.7174.4772.35
HexC684ED102C071164a48
Octal306204355205407426112110
Binary11000110100001001110110110000101100011110001011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C684ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C684ED; }

 p { color: rgb(198,132,237); }

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

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

 a { background-color: rgb(198,132,237); }

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

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

 span { border-color: rgb(198,132,237); }

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