#C68DDD

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

Shades of Wisteria #C68DDD

Tints of Wisteria #C68DDD

Color information

#C68DDD (or 0xC68DDD) is unknown color: approx Wisteria. HEX triplet: C6, 8D and DD. RGB value is (198,141,221). Sum of RGB (Red+Green+Blue) = 198+141+221=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C68DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DDD is #397222. Grayscale: #A6A6A6. Windows color (decimal): -3764771 or 14519750. OLE color: 14519750.

HSL color Cylindrical-coordinate representation of color #C68DDD: hue angle of 282.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68DDD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198141221-
CMYK0.100.3600.13
HSL282.75º54.05%70.98%-
HSV(B)282.75º36.2%86.67%-
XYZ45.8636.2872.99-
YUV167.16158.38150-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=35.36%
G=25.18%
B=39.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981412210.100.3600.13282.7554.0570.98
HexC68DDDA240D11b3647
Octal306215335124401543366107
Binary1100011010001101110111011010100100011011000110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DDD; }

 p { color: rgb(198,141,221); }

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

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

 a { background-color: rgb(198,141,221); }

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

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

 span { border-color: rgb(198,141,221); }

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