#C685DE

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

Shades of Wisteria #C685DE

Tints of Wisteria #C685DE

Color information

#C685DE (or 0xC685DE) is unknown color: approx Wisteria. HEX triplet: C6, 85 and DE. RGB value is (198,133,222). Sum of RGB (Red+Green+Blue) = 198+133+222=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #C685DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685DE is #397A21. Grayscale: #A2A2A2. Windows color (decimal): -3766818 or 14583238. OLE color: 14583238.

HSL color Cylindrical-coordinate representation of color #C685DE: hue angle of 283.82º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C685DE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198133222-
CMYK0.110.4000.13
HSL283.82º57.42%69.61%-
HSV(B)283.82º40.09%87.06%-
XYZ44.8634.0573.32-
YUV162.58161.53153.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=35.80%
G=24.05%
B=40.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981332220.110.4000.13283.8257.4269.61
HexC685DEB280D11c3946
Octal306205336135001543471106
Binary1100011010000101110111101011101000011011000111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685DE; }

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

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

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

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

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

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

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

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