#C08FCE

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

Shades of Wisteria #C08FCE

Tints of Wisteria #C08FCE

Color information

#C08FCE (or 0xC08FCE) is unknown color: approx Wisteria. HEX triplet: C0, 8F and CE. RGB value is (192,143,206). Sum of RGB (Red+Green+Blue) = 192+143+206=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #C08FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FCE is #3F7031. Grayscale: #A4A4A4. Windows color (decimal): -4157490 or 13537216. OLE color: 13537216.

HSL color Cylindrical-coordinate representation of color #C08FCE: hue angle of 286.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08FCE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192143206-
CMYK0.070.3100.19
HSL286.67º39.13%68.43%-
HSV(B)286.67º30.58%80.78%-
XYZ42.735.3162.96-
YUV164.83151.23147.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=35.49%
G=26.43%
B=38.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921432060.070.3100.19286.6739.1368.43
HexC08FCE71F01311f2744
Octal30021731673702343747104
Binary110000001000111111001110111111110100111000111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FCE; }

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

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

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

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

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

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

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

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