#C88EFD

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

Shades of Wisteria #C88EFD

Tints of Wisteria #C88EFD

Color information

#C88EFD (or 0xC88EFD) is unknown color: approx Wisteria. HEX triplet: C8, 8E and FD. RGB value is (200,142,253). Sum of RGB (Red+Green+Blue) = 200+142+253=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #C88EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EFD is #377102. Grayscale: #ABABAB. Windows color (decimal): -3633411 or 16617160. OLE color: 16617160.

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

Color convert

RGB200142253-
CMYK0.210.4400.01
HSL271.35º96.52%77.45%-
HSV(B)271.35º43.87%99.22%-
XYZ51.2238.7297.7-
YUV172173.72147.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=33.61%
G=23.87%
B=42.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001422530.210.4400.01271.3596.5277.45
HexC88EFD152C0110f614d
Octal310216375255401417141115
Binary110010001000111011111101101011011000110000111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EFD; }

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

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

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

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

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

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

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

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