#C692ED

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

Shades of Wisteria #C692ED

Tints of Wisteria #C692ED

Color information

#C692ED (or 0xC692ED) is unknown color: approx Wisteria. HEX triplet: C6, 92 and ED. RGB value is (198,146,237). Sum of RGB (Red+Green+Blue) = 198+146+237=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #C692ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692ED is #396D12. Grayscale: #ABABAB. Windows color (decimal): -3763475 or 15569606. OLE color: 15569606.

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

Color convert

RGB198146237-
CMYK0.160.3800.07
HSL274.29º71.65%75.1%-
HSV(B)274.29º38.4%92.94%-
XYZ48.8538.6885.01-
YUV171.92164.73146.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=34.08%
G=25.13%
B=40.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981462370.160.3800.07274.2971.6575.1
HexC692ED102607112484b
Octal306222355204607422110113
Binary11000110100100101110110110000100110011110001001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692ED; }

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

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

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

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

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

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

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

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