#C08DFB

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

Shades of Wisteria #C08DFB

Tints of Wisteria #C08DFB

Color information

#C08DFB (or 0xC08DFB) is unknown color: approx Wisteria. HEX triplet: C0, 8D and FB. RGB value is (192,141,251). Sum of RGB (Red+Green+Blue) = 192+141+251=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #C08DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DFB is #3F7204. Grayscale: #A8A8A8. Windows color (decimal): -4157957 or 16485824. OLE color: 16485824.

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

Color convert

RGB192141251-
CMYK0.240.4400.02
HSL267.82º93.22%76.86%-
HSV(B)267.82º43.82%98.43%-
XYZ48.6837.2295.89-
YUV168.79174.4144.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=32.88%
G=24.14%
B=42.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921412510.240.4400.02267.8293.2276.86
HexC08DFB182C0210c5d4d
Octal300215373305402414135115
Binary1100000010001101111110111100010110001010000110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DFB; }

 p { color: rgb(192,141,251); }

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

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

 a { background-color: rgb(192,141,251); }

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

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

 span { border-color: rgb(192,141,251); }

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