#C684DB

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

Shades of Wisteria #C684DB

Tints of Wisteria #C684DB

Color information

#C684DB (or 0xC684DB) is unknown color: approx Wisteria. HEX triplet: C6, 84 and DB. RGB value is (198,132,219). Sum of RGB (Red+Green+Blue) = 198+132+219=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C684DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684DB is #397B24. Grayscale: #A1A1A1. Windows color (decimal): -3767077 or 14386374. OLE color: 14386374.

HSL color Cylindrical-coordinate representation of color #C684DB: hue angle of 285.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C684DB is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198132219-
CMYK0.100.4000.14
HSL285.52º54.72%68.82%-
HSV(B)285.52º39.73%85.88%-
XYZ44.3333.6271.17-
YUV161.65160.37153.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=36.07%
G=24.04%
B=39.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981322190.100.4000.14285.5254.7268.82
HexC684DBA280E11e3745
Octal306204333125001643667105
Binary1100011010000100110110111010101000011101000111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C684DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C684DB; }

 p { color: rgb(198,132,219); }

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

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

 a { background-color: rgb(198,132,219); }

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

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

 span { border-color: rgb(198,132,219); }

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