#C08EFD

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

Shades of Wisteria #C08EFD

Tints of Wisteria #C08EFD

Color information

#C08EFD (or 0xC08EFD) is unknown color: approx Wisteria. HEX triplet: C0, 8E and FD. RGB value is (192,142,253). Sum of RGB (Red+Green+Blue) = 192+142+253=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #C08EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EFD is #3F7102. Grayscale: #A9A9A9. Windows color (decimal): -4157699 or 16617152. OLE color: 16617152.

HSL color Cylindrical-coordinate representation of color #C08EFD: hue angle of 267.03º 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 #C08EFD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192142253-
CMYK0.240.4400.01
HSL267.03º96.52%77.45%-
HSV(B)267.03º43.87%99.22%-
XYZ49.1437.6497.6-
YUV169.6175.06143.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=32.71%
G=24.19%
B=43.10%

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
Decimal1921422530.240.4400.01267.0396.5277.45
HexC08EFD182C0110b614d
Octal300216375305401413141115
Binary110000001000111011111101110001011000110000101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EFD; }

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

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

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

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

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

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

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

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