#C685D1

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

Shades of Wisteria #C685D1

Tints of Wisteria #C685D1

Color information

#C685D1 (or 0xC685D1) is unknown color: approx Wisteria. HEX triplet: C6, 85 and D1. RGB value is (198,133,209). Sum of RGB (Red+Green+Blue) = 198+133+209=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #C685D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685D1 is #397A2E. Grayscale: #A0A0A0. Windows color (decimal): -3766831 or 13731270. OLE color: 13731270.

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

Color convert

RGB198133209-
CMYK0.050.3600.18
HSL291.32º45.24%67.06%-
HSV(B)291.32º36.36%81.96%-
XYZ43.1833.3864.49-
YUV161.1155.03154.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.67%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=36.67%
G=24.63%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981332090.050.3600.18291.3245.2467.06
HexC685D15240121232d43
Octal30620532154402244355103
Binary1100011010000101110100011011001000100101001000111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685D1; }

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

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

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

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

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

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

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

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