#C08FE7

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

Shades of Wisteria #C08FE7

Tints of Wisteria #C08FE7

Color information

#C08FE7 (or 0xC08FE7) is unknown color: approx Wisteria. HEX triplet: C0, 8F and E7. RGB value is (192,143,231). Sum of RGB (Red+Green+Blue) = 192+143+231=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #C08FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FE7 is #3F7018. Grayscale: #A7A7A7. Windows color (decimal): -4157465 or 15175616. OLE color: 15175616.

HSL color Cylindrical-coordinate representation of color #C08FE7: hue angle of 273.41º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08FE7 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192143231-
CMYK0.170.3800.09
HSL273.41º64.71%73.33%-
HSV(B)273.41º38.1%90.59%-
XYZ45.9836.6280.25-
YUV167.68163.73145.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 231 (90.62% from 255) = 40.81%
R=33.92%
G=25.27%
B=40.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921432310.170.3800.09273.4164.7173.33
HexC08FE71126091114149
Octal3002173472146011421101111
Binary110000001000111111100111100011001100100110001000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FE7; }

 p { color: rgb(192,143,231); }

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

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

 a { background-color: rgb(192,143,231); }

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

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

 span { border-color: rgb(192,143,231); }

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