#c08aeb

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

Shades of Wisteria #C08AEB

Tints of Wisteria #C08AEB

Color information

#C08AEB (or 0xC08AEB) is unknown color: approx Wisteria. HEX triplet: C0, 8A and EB. RGB value is (192,138,235). Sum of RGB (Red+Green+Blue) = 192+138+235=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #C08AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AEB is #3F7514. Grayscale: #A4A4A4. Windows color (decimal): -4158741 or 15436480. OLE color: 15436480.

HSL color Cylindrical-coordinate representation of color #C08AEB: hue angle of 273.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08AEB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192138235-
CMYK0.180.4100.08
HSL273.4º70.8%73.14%-
HSV(B)273.4º41.28%92.16%-
XYZ45.8235.3883.01-
YUV165.2167.39147.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=33.98%
G=24.42%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921382350.180.4100.08273.470.873.14
HexC08AEB1229081114749
Octal3002123532251010421107111
Binary110000001000101011101011100101010010100010001000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c08aeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c08aeb; }

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

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

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

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

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

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

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

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