#C08BEB

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

Shades of Wisteria #C08BEB

Tints of Wisteria #C08BEB

Color information

#C08BEB (or 0xC08BEB) is unknown color: approx Wisteria. HEX triplet: C0, 8B and EB. RGB value is (192,139,235). Sum of RGB (Red+Green+Blue) = 192+139+235=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #C08BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BEB is #3F7414. Grayscale: #A5A5A5. Windows color (decimal): -4158485 or 15436736. OLE color: 15436736.

HSL color Cylindrical-coordinate representation of color #C08BEB: hue angle of 273.12º 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 #C08BEB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192139235-
CMYK0.180.4100.08
HSL273.12º70.59%73.33%-
HSV(B)273.12º40.85%92.16%-
XYZ45.9735.6783.06-
YUV165.79167.06146.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=33.92%
G=24.56%
B=41.52%

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
Decimal1921392350.180.4100.08273.1270.5973.33
HexC08BEB1229081114749
Octal3002133532251010421107111
Binary110000001000101111101011100101010010100010001000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BEB; }

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

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

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

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

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

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

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

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