#C69DDD

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

Shades of Wisteria #C69DDD

Tints of Wisteria #C69DDD

Color information

#C69DDD (or 0xC69DDD) is unknown color: approx Wisteria. HEX triplet: C6, 9D and DD. RGB value is (198,157,221). Sum of RGB (Red+Green+Blue) = 198+157+221=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DDD is #396222. Grayscale: #B0B0B0. Windows color (decimal): -3760675 or 14523846. OLE color: 14523846.

HSL color Cylindrical-coordinate representation of color #C69DDD: hue angle of 278.44º 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 #C69DDD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198157221-
CMYK0.100.2900.13
HSL278.44º48.48%74.12%-
HSV(B)278.44º28.96%86.67%-
XYZ48.441.3473.84-
YUV176.56153.08143.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=34.38%
G=27.26%
B=38.37%

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
Decimal1981572210.100.2900.13278.4448.4874.12
HexC69DDDA1D0D116304a
Octal306235335123501542660112
Binary110001101001110111011101101011101011011000101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DDD; }

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

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

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

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

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

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

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

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