#C685DA

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

Shades of Wisteria #C685DA

Tints of Wisteria #C685DA

Color information

#C685DA (or 0xC685DA) is unknown color: approx Wisteria. HEX triplet: C6, 85 and DA. RGB value is (198,133,218). Sum of RGB (Red+Green+Blue) = 198+133+218=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C685DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685DA is #397A25. Grayscale: #A1A1A1. Windows color (decimal): -3766822 or 14321094. OLE color: 14321094.

HSL color Cylindrical-coordinate representation of color #C685DA: hue angle of 285.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C685DA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198133218-
CMYK0.090.3900.15
HSL285.88º53.46%68.82%-
HSV(B)285.88º38.99%85.49%-
XYZ44.3333.8470.53-
YUV162.12159.53153.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=36.07%
G=24.23%
B=39.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981332180.090.3900.15285.8853.4668.82
HexC685DA9270F11e3545
Octal306205332114701743665105
Binary1100011010000101110110101001100111011111000111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685DA; }

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

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

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

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

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

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

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

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