#C88AEE

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

Shades of Wisteria #C88AEE

Tints of Wisteria #C88AEE

Color information

#C88AEE (or 0xC88AEE) is unknown color: approx Wisteria. HEX triplet: C8, 8A and EE. RGB value is (200,138,238). Sum of RGB (Red+Green+Blue) = 200+138+238=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AEE is #377511. Grayscale: #A7A7A7. Windows color (decimal): -3634450 or 15633096. OLE color: 15633096.

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

Color convert

RGB200138238-
CMYK0.160.4200.07
HSL277.2º74.63%73.73%-
HSV(B)277.2º42.02%93.33%-
XYZ48.3436.6385.41-
YUV167.94167.54150.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.72%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=34.72%
G=23.96%
B=41.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001382380.160.4200.07277.274.6373.73
HexC88AEE102A071154b4a
Octal310212356205207425113112
Binary11001000100010101110111010000101010011110001010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AEE; }

 p { color: rgb(200,138,238); }

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

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

 a { background-color: rgb(200,138,238); }

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

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

 span { border-color: rgb(200,138,238); }

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