#C88BEF

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

Shades of Wisteria #C88BEF

Tints of Wisteria #C88BEF

Color information

#C88BEF (or 0xC88BEF) is unknown color: approx Wisteria. HEX triplet: C8, 8B and EF. RGB value is (200,139,239). Sum of RGB (Red+Green+Blue) = 200+139+239=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C88BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BEF is #377410. Grayscale: #A8A8A8. Windows color (decimal): -3634193 or 15698888. OLE color: 15698888.

HSL color Cylindrical-coordinate representation of color #C88BEF: hue angle of 276.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C88BEF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200139239-
CMYK0.160.4200.06
HSL276.6º75.76%74.12%-
HSV(B)276.6º41.84%93.73%-
XYZ48.6336.9886.24-
YUV168.64167.71150.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=34.60%
G=24.05%
B=41.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001392390.160.4200.06276.675.7674.12
HexC88BEF102A061154c4a
Octal310213357205206425114112
Binary11001000100010111110111110000101010011010001010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BEF; }

 p { color: rgb(200,139,239); }

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

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

 a { background-color: rgb(200,139,239); }

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

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

 span { border-color: rgb(200,139,239); }

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