#C08ADE

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

Shades of Wisteria #C08ADE

Tints of Wisteria #C08ADE

Color information

#C08ADE (or 0xC08ADE) is unknown color: approx Wisteria. HEX triplet: C0, 8A and DE. RGB value is (192,138,222). Sum of RGB (Red+Green+Blue) = 192+138+222=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #C08ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ADE is #3F7521. Grayscale: #A3A3A3. Windows color (decimal): -4158754 or 14584512. OLE color: 14584512.

HSL color Cylindrical-coordinate representation of color #C08ADE: hue angle of 278.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08ADE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192138222-
CMYK0.140.3800.13
HSL278.57º56%70.59%-
HSV(B)278.57º37.84%87.06%-
XYZ44.0134.6673.48-
YUV163.72160.89148.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=34.78%
G=25%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921382220.140.3800.13278.575670.59
HexC08ADEE260D1173847
Octal300212336164601542770107
Binary1100000010001010110111101110100110011011000101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ADE; }

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

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

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

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

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

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

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

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