#C995D7

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

Shades of Wisteria #C995D7

Tints of Wisteria #C995D7

Color information

#C995D7 (or 0xC995D7) is unknown color: approx Wisteria. HEX triplet: C9, 95 and D7. RGB value is (201,149,215). Sum of RGB (Red+Green+Blue) = 201+149+215=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #C995D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995D7 is #366A28. Grayscale: #ABABAB. Windows color (decimal): -3566121 or 14128585. OLE color: 14128585.

HSL color Cylindrical-coordinate representation of color #C995D7: hue angle of 287.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C995D7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201149215-
CMYK0.070.3100.16
HSL287.27º45.21%71.37%-
HSV(B)287.27º30.7%84.31%-
XYZ47.138.8269.3-
YUV172.07152.23148.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=35.58%
G=26.37%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011492150.070.3100.16287.2745.2171.37
HexC995D771F01011f2d47
Octal31122532773702043755107
Binary110010011001010111010111111111110100001000111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995D7; }

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

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

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

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

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

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

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

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