#C08ADA

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

Shades of Wisteria #C08ADA

Tints of Wisteria #C08ADA

Color information

#C08ADA (or 0xC08ADA) is unknown color: approx Wisteria. HEX triplet: C0, 8A and DA. RGB value is (192,138,218). Sum of RGB (Red+Green+Blue) = 192+138+218=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C08ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ADA is #3F7525. Grayscale: #A2A2A2. Windows color (decimal): -4158758 or 14322368. OLE color: 14322368.

HSL color Cylindrical-coordinate representation of color #C08ADA: hue angle of 280.5º 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 #C08ADA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192138218-
CMYK0.120.3700.15
HSL280.5º51.95%69.8%-
HSV(B)280.5º36.7%85.49%-
XYZ43.4834.4570.69-
YUV163.27158.89148.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=35.04%
G=25.18%
B=39.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921382180.120.3700.15280.551.9569.8
HexC08ADAC250F1183446
Octal300212332144501743064106
Binary1100000010001010110110101100100101011111000110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ADA; }

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

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

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

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

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

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

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

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