#C995E7

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

Shades of Wisteria #C995E7

Tints of Wisteria #C995E7

Color information

#C995E7 (or 0xC995E7) is unknown color: approx Wisteria. HEX triplet: C9, 95 and E7. RGB value is (201,149,231). Sum of RGB (Red+Green+Blue) = 201+149+231=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #C995E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995E7 is #366A18. Grayscale: #ADADAD. Windows color (decimal): -3566105 or 15177161. OLE color: 15177161.

HSL color Cylindrical-coordinate representation of color #C995E7: hue angle of 278.05º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C995E7 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201149231-
CMYK0.130.3500.09
HSL278.05º63.08%74.51%-
HSV(B)278.05º35.5%90.59%-
XYZ49.2639.6880.66-
YUV173.9160.23147.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=34.60%
G=25.65%
B=39.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011492310.130.3500.09278.0563.0874.51
HexC995E7D23091163f4b
Octal311225347154301142677113
Binary1100100110010101111001111101100011010011000101101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995E7; }

 p { color: rgb(201,149,231); }

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

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

 a { background-color: rgb(201,149,231); }

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

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

 span { border-color: rgb(201,149,231); }

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