#C08DFD

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

Shades of Wisteria #C08DFD

Tints of Wisteria #C08DFD

Color information

#C08DFD (or 0xC08DFD) is unknown color: approx Wisteria. HEX triplet: C0, 8D and FD. RGB value is (192,141,253). Sum of RGB (Red+Green+Blue) = 192+141+253=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #C08DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DFD is #3F7202. Grayscale: #A8A8A8. Windows color (decimal): -4157955 or 16616896. OLE color: 16616896.

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

Color convert

RGB192141253-
CMYK0.240.4400.01
HSL267.32º96.55%77.25%-
HSV(B)267.32º44.27%99.22%-
XYZ48.9937.3597.56-
YUV169.02175.4144.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=32.76%
G=24.06%
B=43.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921412530.240.4400.01267.3296.5577.25
HexC08DFD182C0110b614d
Octal300215375305401413141115
Binary110000001000110111111101110001011000110000101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DFD; }

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

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

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

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

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

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

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

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