#C69DDE

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

Shades of Wisteria #C69DDE

Tints of Wisteria #C69DDE

Color information

#C69DDE (or 0xC69DDE) is unknown color: approx Wisteria. HEX triplet: C6, 9D and DE. RGB value is (198,157,222). Sum of RGB (Red+Green+Blue) = 198+157+222=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #C69DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DDE is #396221. Grayscale: #B0B0B0. Windows color (decimal): -3760674 or 14589382. OLE color: 14589382.

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

Color convert

RGB198157222-
CMYK0.110.2900.13
HSL277.85º49.62%74.31%-
HSV(B)277.85º29.28%87.06%-
XYZ48.5341.3974.54-
YUV176.67153.58143.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.32%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=34.32%
G=27.21%
B=38.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981572220.110.2900.13277.8549.6274.31
HexC69DDEB1D0D116324a
Octal306235336133501542662112
Binary110001101001110111011110101111101011011000101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DDE; }

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

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

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

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

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

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

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

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