#C69FE0

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

Shades of Wisteria #C69FE0

Tints of Wisteria #C69FE0

Color information

#C69FE0 (or 0xC69FE0) is unknown color: approx Wisteria. HEX triplet: C6, 9F and E0. RGB value is (198,159,224). Sum of RGB (Red+Green+Blue) = 198+159+224=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #C69FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FE0 is #39601F. Grayscale: #B1B1B1. Windows color (decimal): -3760160 or 14720966. OLE color: 14720966.

HSL color Cylindrical-coordinate representation of color #C69FE0: hue angle of 276º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69FE0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198159224-
CMYK0.120.2900.12
HSL276º51.18%75.1%-
HSV(B)276º29.02%87.84%-
XYZ49.1442.1876.07-
YUV178.07153.92142.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=34.08%
G=27.37%
B=38.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981592240.120.2900.1227651.1875.1
HexC69FE0C1D0C114334b
Octal306237340143501442463113
Binary110001101001111111100000110011101011001000101001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FE0; }

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

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

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

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

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

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

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

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