#C886F0

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

Shades of Wisteria #C886F0

Tints of Wisteria #C886F0

Color information

#C886F0 (or 0xC886F0) is unknown color: approx Wisteria. HEX triplet: C8, 86 and F0. RGB value is (200,134,240). Sum of RGB (Red+Green+Blue) = 200+134+240=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #C886F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886F0 is #37790F. Grayscale: #A5A5A5. Windows color (decimal): -3635472 or 15763144. OLE color: 15763144.

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

Color convert

RGB200134240-
CMYK0.170.4400.06
HSL277.36º77.94%73.33%-
HSV(B)277.36º44.17%94.12%-
XYZ48.0735.6286.78-
YUV165.82169.87152.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.84%
GREEN value IS 134 (52.73% from 255) = 23.34%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=34.84%
G=23.34%
B=41.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001342400.170.4400.06277.3677.9473.33
HexC886F0112C061154e49
Octal310206360215406425116111
Binary11001000100001101111000010001101100011010001010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886F0; }

 p { color: rgb(200,134,240); }

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

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

 a { background-color: rgb(200,134,240); }

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

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

 span { border-color: rgb(200,134,240); }

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