#C88FFF

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

Shades of Wisteria #C88FFF

Tints of Wisteria #C88FFF

Color information

#C88FFF (or 0xC88FFF) is unknown color: approx Wisteria. HEX triplet: C8, 8F and FF. RGB value is (200,143,255). Sum of RGB (Red+Green+Blue) = 200+143+255=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C88FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FFF is #377000. Grayscale: #ACACAC. Windows color (decimal): -3633153 or 16748488. OLE color: 16748488.

HSL color Cylindrical-coordinate representation of color #C88FFF: hue angle of 270.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88FFF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200143255-
CMYK0.220.4400
HSL270.54º100%78.04%-
HSV(B)270.54º43.92%100%-
XYZ51.6939.1499.44-
YUV172.81174.38147.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 255 (100% from 255) = 42.64%
R=33.44%
G=23.91%
B=42.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001432550.220.4400270.5410078.04
HexC88FFF162C0010f644e
Octal310217377265400417144116
Binary110010001000111111111111101101011000010000111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FFF; }

 p { color: rgb(200,143,255); }

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

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

 a { background-color: rgb(200,143,255); }

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

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

 span { border-color: rgb(200,143,255); }

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