#C08EDD

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

Shades of Wisteria #C08EDD

Tints of Wisteria #C08EDD

Color information

#C08EDD (or 0xC08EDD) is unknown color: approx Wisteria. HEX triplet: C0, 8E and DD. RGB value is (192,142,221). Sum of RGB (Red+Green+Blue) = 192+142+221=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C08EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EDD is #3F7122. Grayscale: #A5A5A5. Windows color (decimal): -4157731 or 14520000. OLE color: 14520000.

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

Color convert

RGB192142221-
CMYK0.130.3600.13
HSL277.97º53.74%71.18%-
HSV(B)277.97º35.75%86.67%-
XYZ44.4635.7772.97-
YUV165.96159.06146.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=34.59%
G=25.59%
B=39.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921422210.130.3600.13277.9753.7471.18
HexC08EDDD240D1163647
Octal300216335154401542666107
Binary1100000010001110110111011101100100011011000101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EDD; }

 p { color: rgb(192,142,221); }

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

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

 a { background-color: rgb(192,142,221); }

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

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

 span { border-color: rgb(192,142,221); }

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