#C08CFE

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

Shades of Wisteria #C08CFE

Tints of Wisteria #C08CFE

Color information

#C08CFE (or 0xC08CFE) is unknown color: approx Wisteria. HEX triplet: C0, 8C and FE. RGB value is (192,140,254). Sum of RGB (Red+Green+Blue) = 192+140+254=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #C08CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CFE is #3F7301. Grayscale: #A8A8A8. Windows color (decimal): -4158210 or 16682176. OLE color: 16682176.

HSL color Cylindrical-coordinate representation of color #C08CFE: hue angle of 267.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08CFE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192140254-
CMYK0.240.4500.00
HSL267.37º98.28%77.25%-
HSV(B)267.37º44.88%99.61%-
XYZ49.0137.1298.35-
YUV168.54176.23144.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=32.76%
G=23.89%
B=43.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921402540.240.4500.00267.3798.2877.25
HexC08CFE182D0010b624d
Octal300214376305500413142115
Binary110000001000110011111110110001011010010000101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CFE; }

 p { color: rgb(192,140,254); }

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

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

 a { background-color: rgb(192,140,254); }

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

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

 span { border-color: rgb(192,140,254); }

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