#C69FD1

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

Shades of Wisteria #C69FD1

Tints of Wisteria #C69FD1

Color information

#C69FD1 (or 0xC69FD1) is unknown color: approx Wisteria. HEX triplet: C6, 9F and D1. RGB value is (198,159,209). Sum of RGB (Red+Green+Blue) = 198+159+209=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #C69FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FD1 is #39602E. Grayscale: #B0B0B0. Windows color (decimal): -3760175 or 13737926. OLE color: 13737926.

HSL color Cylindrical-coordinate representation of color #C69FD1: hue angle of 286.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C69FD1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198159209-
CMYK0.050.2400.18
HSL286.8º35.21%72.16%-
HSV(B)286.8º23.92%81.96%-
XYZ47.241.4165.83-
YUV176.36146.42143.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=34.98%
G=28.09%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981592090.050.2400.18286.835.2172.16
HexC69FD151801211f2348
Octal30623732153002243743110
Binary110001101001111111010001101110000100101000111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FD1; }

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

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

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

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

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

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

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

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