#C995E0

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

Shades of Wisteria #C995E0

Tints of Wisteria #C995E0

Color information

#C995E0 (or 0xC995E0) is unknown color: approx Wisteria. HEX triplet: C9, 95 and E0. RGB value is (201,149,224). Sum of RGB (Red+Green+Blue) = 201+149+224=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #C995E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995E0 is #366A1F. Grayscale: #ACACAC. Windows color (decimal): -3566112 or 14718409. OLE color: 14718409.

HSL color Cylindrical-coordinate representation of color #C995E0: hue angle of 281.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C995E0 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201149224-
CMYK0.100.3300.12
HSL281.6º54.74%73.14%-
HSV(B)281.6º33.48%87.84%-
XYZ48.2939.2975.56-
YUV173.1156.73147.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=35.02%
G=25.96%
B=39.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011492240.100.3300.12281.654.7473.14
HexC995E0A210C11a3749
Octal311225340124101443267111
Binary1100100110010101111000001010100001011001000110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995E0; }

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

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

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

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

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

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

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

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