#C88EEE

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

Shades of Wisteria #C88EEE

Tints of Wisteria #C88EEE

Color information

#C88EEE (or 0xC88EEE) is unknown color: approx Wisteria. HEX triplet: C8, 8E and EE. RGB value is (200,142,238). Sum of RGB (Red+Green+Blue) = 200+142+238=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EEE is #377111. Grayscale: #A9A9A9. Windows color (decimal): -3633426 or 15634120. OLE color: 15634120.

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

Color convert

RGB200142238-
CMYK0.160.4000.07
HSL276.25º73.85%74.51%-
HSV(B)276.25º40.34%93.33%-
XYZ48.9337.885.61-
YUV170.29166.22149.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=34.48%
G=24.48%
B=41.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001422380.160.4000.07276.2573.8574.51
HexC88EEE1028071144a4b
Octal310216356205007424112113
Binary11001000100011101110111010000101000011110001010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EEE; }

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

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

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

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

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

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

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

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