#C69CD9

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

Shades of Wisteria #C69CD9

Tints of Wisteria #C69CD9

Color information

#C69CD9 (or 0xC69CD9) is unknown color: approx Wisteria. HEX triplet: C6, 9C and D9. RGB value is (198,156,217). Sum of RGB (Red+Green+Blue) = 198+156+217=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #C69CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CD9 is #396326. Grayscale: #AFAFAF. Windows color (decimal): -3760935 or 14261446. OLE color: 14261446.

HSL color Cylindrical-coordinate representation of color #C69CD9: hue angle of 281.31º degrees, saturation: 0.45, 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 #C69CD9 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198156217-
CMYK0.090.2800.15
HSL281.31º44.53%73.14%-
HSV(B)281.31º28.11%85.1%-
XYZ47.740.7971.01-
YUV175.51151.41144.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=34.68%
G=27.32%
B=38.00%

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
Decimal1981562170.090.2800.15281.3144.5373.14
HexC69CD991C0F1192d49
Octal306234331113401743155111
Binary110001101001110011011001100111100011111000110011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CD9; }

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

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

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

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

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

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

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

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