#C69EDD

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

Shades of Wisteria #C69EDD

Tints of Wisteria #C69EDD

Color information

#C69EDD (or 0xC69EDD) is unknown color: approx Wisteria. HEX triplet: C6, 9E and DD. RGB value is (198,158,221). Sum of RGB (Red+Green+Blue) = 198+158+221=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EDD is #396122. Grayscale: #B0B0B0. Windows color (decimal): -3760419 or 14524102. OLE color: 14524102.

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

Color convert

RGB198158221-
CMYK0.100.2900.13
HSL278.1º48.09%74.31%-
HSV(B)278.1º28.51%86.67%-
XYZ48.5741.6873.89-
YUV177.14152.75142.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.32%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=34.32%
G=27.38%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981582210.100.2900.13278.148.0974.31
HexC69EDDA1D0D116304a
Octal306236335123501542660112
Binary110001101001111011011101101011101011011000101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EDD; }

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

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

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

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

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

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

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

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