#C68BD9

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

Shades of Wisteria #C68BD9

Tints of Wisteria #C68BD9

Color information

#C68BD9 (or 0xC68BD9) is unknown color: approx Wisteria. HEX triplet: C6, 8B and D9. RGB value is (198,139,217). Sum of RGB (Red+Green+Blue) = 198+139+217=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #C68BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BD9 is #397426. Grayscale: #A5A5A5. Windows color (decimal): -3765287 or 14257094. OLE color: 14257094.

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

Color convert

RGB198139217-
CMYK0.090.3600.15
HSL285.38º50.65%69.8%-
HSV(B)285.38º35.94%85.1%-
XYZ45.0535.4870.12-
YUV165.53157.05151.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=35.74%
G=25.09%
B=39.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981392170.090.3600.15285.3850.6569.8
HexC68BD99240F11d3346
Octal306213331114401743563106
Binary1100011010001011110110011001100100011111000111011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BD9; }

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

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

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

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

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

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

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

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