#C69EDF

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

Shades of Wisteria #C69EDF

Tints of Wisteria #C69EDF

Color information

#C69EDF (or 0xC69EDF) is unknown color: approx Wisteria. HEX triplet: C6, 9E and DF. RGB value is (198,158,223). Sum of RGB (Red+Green+Blue) = 198+158+223=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #C69EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EDF is #396120. Grayscale: #B1B1B1. Windows color (decimal): -3760417 or 14655174. OLE color: 14655174.

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

Color convert

RGB198158223-
CMYK0.110.2900.13
HSL276.92º50.39%74.71%-
HSV(B)276.92º29.15%87.45%-
XYZ48.8341.7975.3-
YUV177.37153.75142.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=34.20%
G=27.29%
B=38.51%

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
Decimal1981582230.110.2900.13276.9250.3974.71
HexC69EDFB1D0D115324b
Octal306236337133501542562113
Binary110001101001111011011111101111101011011000101011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EDF; }

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

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

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

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

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

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

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

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