#C69FDD

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

Shades of Wisteria #C69FDD

Tints of Wisteria #C69FDD

Color information

#C69FDD (or 0xC69FDD) is unknown color: approx Wisteria. HEX triplet: C6, 9F and DD. RGB value is (198,159,221). Sum of RGB (Red+Green+Blue) = 198+159+221=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FDD is #396022. Grayscale: #B1B1B1. Windows color (decimal): -3760163 or 14524358. OLE color: 14524358.

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

Color convert

RGB198159221-
CMYK0.100.2800.13
HSL277.74º47.69%74.51%-
HSV(B)277.74º28.05%86.67%-
XYZ48.7442.0273.95-
YUV177.73152.42142.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=34.26%
G=27.51%
B=38.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981592210.100.2800.13277.7447.6974.51
HexC69FDDA1C0D116304b
Octal306237335123401542660113
Binary110001101001111111011101101011100011011000101101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FDD; }

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

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

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

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

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

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

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

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