#C685F1

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

Shades of Wisteria #C685F1

Tints of Wisteria #C685F1

Color information

#C685F1 (or 0xC685F1) is unknown color: approx Wisteria. HEX triplet: C6, 85 and F1. RGB value is (198,133,241). Sum of RGB (Red+Green+Blue) = 198+133+241=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #C685F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685F1 is #397A0E. Grayscale: #A4A4A4. Windows color (decimal): -3766799 or 15828422. OLE color: 15828422.

HSL color Cylindrical-coordinate representation of color #C685F1: hue angle of 276.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C685F1 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198133241-
CMYK0.180.4500.05
HSL276.11º79.41%73.33%-
HSV(B)276.11º44.81%94.51%-
XYZ47.5535.1387.49-
YUV164.75171.03151.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=34.62%
G=23.25%
B=42.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981332410.180.4500.05276.1179.4173.33
HexC685F1122D051144f49
Octal306205361225505424117111
Binary11000110100001011111000110010101101010110001010010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685F1; }

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

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

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

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

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

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

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

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