#C388EE

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

Shades of Wisteria #C388EE

Tints of Wisteria #C388EE

Color information

#C388EE (or 0xC388EE) is unknown color: approx Wisteria. HEX triplet: C3, 88 and EE. RGB value is (195,136,238). Sum of RGB (Red+Green+Blue) = 195+136+238=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #C388EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C388EE is #3C7711. Grayscale: #A4A4A4. Windows color (decimal): -3962642 or 15632579. OLE color: 15632579.

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

Color convert

RGB195136238-
CMYK0.180.4300.07
HSL274.71º75%73.33%-
HSV(B)274.71º42.86%93.33%-
XYZ46.7435.3885.26-
YUV165.27169.05149.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 136 (53.52% from 255) = 23.90%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=34.27%
G=23.90%
B=41.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951362380.180.4300.07274.717573.33
HexC388EE122B071134b49
Octal303210356225307423113111
Binary11000011100010001110111010010101011011110001001110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388EE; }

 p { color: rgb(195,136,238); }

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

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

 a { background-color: rgb(195,136,238); }

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

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

 span { border-color: rgb(195,136,238); }

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