#C69CDA

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

Shades of Wisteria #C69CDA

Tints of Wisteria #C69CDA

Color information

#C69CDA (or 0xC69CDA) is unknown color: approx Wisteria. HEX triplet: C6, 9C and DA. RGB value is (198,156,218). Sum of RGB (Red+Green+Blue) = 198+156+218=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #C69CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CDA is #396325. Grayscale: #AFAFAF. Windows color (decimal): -3760934 or 14326982. OLE color: 14326982.

HSL color Cylindrical-coordinate representation of color #C69CDA: hue angle of 280.65º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69CDA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198156218-
CMYK0.090.2800.15
HSL280.65º45.59%73.33%-
HSV(B)280.65º28.44%85.49%-
XYZ47.8340.8471.69-
YUV175.63151.91143.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=34.62%
G=27.27%
B=38.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981562180.090.2800.15280.6545.5973.33
HexC69CDA91C0F1192e49
Octal306234332113401743156111
Binary110001101001110011011010100111100011111000110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CDA; }

 p { color: rgb(198,156,218); }

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

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

 a { background-color: rgb(198,156,218); }

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

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

 span { border-color: rgb(198,156,218); }

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