#C69BDC

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

Shades of Wisteria #C69BDC

Tints of Wisteria #C69BDC

Color information

#C69BDC (or 0xC69BDC) is unknown color: approx Wisteria. HEX triplet: C6, 9B and DC. RGB value is (198,155,220). Sum of RGB (Red+Green+Blue) = 198+155+220=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #C69BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BDC is #396423. Grayscale: #AFAFAF. Windows color (decimal): -3761188 or 14457798. OLE color: 14457798.

HSL color Cylindrical-coordinate representation of color #C69BDC: hue angle of 279.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69BDC is Cyan = 0.1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198155220-
CMYK0.10.3000.14
HSL279.69º48.15%73.53%-
HSV(B)279.69º29.55%86.27%-
XYZ47.9340.6273.02-
YUV175.27153.25144.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=34.55%
G=27.05%
B=38.39%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981552200.10.3000.14279.6948.1573.53
HexC69BDCA1E0E118304a
Octal306233334123601643060112
Binary110001101001101111011100101011110011101000110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BDC; }

 p { color: rgb(198,155,220); }

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

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

 a { background-color: rgb(198,155,220); }

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

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

 span { border-color: rgb(198,155,220); }

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