#C88CFB

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

Shades of Wisteria #C88CFB

Tints of Wisteria #C88CFB

Color information

#C88CFB (or 0xC88CFB) is unknown color: approx Wisteria. HEX triplet: C8, 8C and FB. RGB value is (200,140,251). Sum of RGB (Red+Green+Blue) = 200+140+251=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C88CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CFB is #377304. Grayscale: #AAAAAA. Windows color (decimal): -3633925 or 16485576. OLE color: 16485576.

HSL color Cylindrical-coordinate representation of color #C88CFB: hue angle of 272.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88CFB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200140251-
CMYK0.200.4400.02
HSL272.43º93.28%76.67%-
HSV(B)272.43º44.22%98.43%-
XYZ50.613895.93-
YUV170.59173.38148.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 140 (55.08% from 255) = 23.69%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=33.84%
G=23.69%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001402510.200.4400.02272.4393.2876.67
HexC88CFB142C021105d4d
Octal310214373245402420135115
Binary1100100010001100111110111010010110001010001000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CFB; }

 p { color: rgb(200,140,251); }

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

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

 a { background-color: rgb(200,140,251); }

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

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

 span { border-color: rgb(200,140,251); }

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