#C08BE1

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

Shades of Wisteria #C08BE1

Tints of Wisteria #C08BE1

Color information

#C08BE1 (or 0xC08BE1) is unknown color: approx Wisteria. HEX triplet: C0, 8B and E1. RGB value is (192,139,225). Sum of RGB (Red+Green+Blue) = 192+139+225=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #C08BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BE1 is #3F741E. Grayscale: #A4A4A4. Windows color (decimal): -4158495 or 14781376. OLE color: 14781376.

HSL color Cylindrical-coordinate representation of color #C08BE1: hue angle of 276.98º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08BE1 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192139225-
CMYK0.150.3800.12
HSL276.98º58.9%71.37%-
HSV(B)276.98º38.22%88.24%-
XYZ44.5635.1175.66-
YUV164.65162.06147.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=34.53%
G=25%
B=40.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921392250.150.3800.12276.9858.971.37
HexC08BE1F260C1153b47
Octal300213341174601442573107
Binary1100000010001011111000011111100110011001000101011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BE1; }

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

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

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

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

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

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

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

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