#C08DF8

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

Shades of Wisteria #C08DF8

Tints of Wisteria #C08DF8

Color information

#C08DF8 (or 0xC08DF8) is unknown color: approx Wisteria. HEX triplet: C0, 8D and F8. RGB value is (192,141,248). Sum of RGB (Red+Green+Blue) = 192+141+248=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #C08DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DF8 is #3F7207. Grayscale: #A8A8A8. Windows color (decimal): -4157960 or 16289216. OLE color: 16289216.

HSL color Cylindrical-coordinate representation of color #C08DF8: hue angle of 268.6º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08DF8 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB192141248-
CMYK0.230.4300.03
HSL268.6º88.43%76.27%-
HSV(B)268.6º43.15%97.25%-
XYZ48.2137.0393.41-
YUV168.45172.9144.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=33.05%
G=24.27%
B=42.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1921412480.230.4300.03268.688.4376.27
HexC08DF8172B0310d584c
Octal300215370275303415130114
Binary1100000010001101111110001011110101101110000110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DF8; }

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

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

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

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

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

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

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

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