#C88CEE

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

Shades of Wisteria #C88CEE

Tints of Wisteria #C88CEE

Color information

#C88CEE (or 0xC88CEE) is unknown color: approx Wisteria. HEX triplet: C8, 8C and EE. RGB value is (200,140,238). Sum of RGB (Red+Green+Blue) = 200+140+238=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CEE is #377311. Grayscale: #A8A8A8. Windows color (decimal): -3633938 or 15633608. OLE color: 15633608.

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

Color convert

RGB200140238-
CMYK0.160.4100.07
HSL276.73º74.24%74.12%-
HSV(B)276.73º41.18%93.33%-
XYZ48.6337.2185.51-
YUV169.11166.88150.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 140 (55.08% from 255) = 24.22%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=34.60%
G=24.22%
B=41.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001402380.160.4100.07276.7374.2474.12
HexC88CEE1029071154a4a
Octal310214356205107425112112
Binary11001000100011001110111010000101001011110001010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CEE; }

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

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

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

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

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

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

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

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