#C08BFC

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

Shades of Wisteria #C08BFC

Tints of Wisteria #C08BFC

Color information

#C08BFC (or 0xC08BFC) is unknown color: approx Wisteria. HEX triplet: C0, 8B and FC. RGB value is (192,139,252). Sum of RGB (Red+Green+Blue) = 192+139+252=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #C08BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BFC is #3F7403. Grayscale: #A7A7A7. Windows color (decimal): -4158468 or 16550848. OLE color: 16550848.

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

Color convert

RGB192139252-
CMYK0.240.4500.01
HSL268.14º94.96%76.67%-
HSV(B)268.14º44.84%98.82%-
XYZ48.5436.796.62-
YUV167.73175.56145.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=32.93%
G=23.84%
B=43.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921392520.240.4500.01268.1494.9676.67
HexC08BFC182D0110c5f4d
Octal300213374305501414137115
Binary110000001000101111111100110001011010110000110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BFC; }

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

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

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

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

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

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

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

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