#C68ADA

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

Shades of Wisteria #C68ADA

Tints of Wisteria #C68ADA

Color information

#C68ADA (or 0xC68ADA) is unknown color: approx Wisteria. HEX triplet: C6, 8A and DA. RGB value is (198,138,218). Sum of RGB (Red+Green+Blue) = 198+138+218=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C68ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ADA is #397525. Grayscale: #A4A4A4. Windows color (decimal): -3765542 or 14322374. OLE color: 14322374.

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

Color convert

RGB198138218-
CMYK0.090.3700.15
HSL285º51.95%69.8%-
HSV(B)285º36.7%85.49%-
XYZ45.0335.2470.76-
YUV165.06157.88151.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=35.74%
G=24.91%
B=39.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981382180.090.3700.1528551.9569.8
HexC68ADA9250F11d3446
Octal306212332114501743564106
Binary1100011010001010110110101001100101011111000111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68ADA; }

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

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

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

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

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

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

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

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