#c992d8

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

Shades of Wisteria #C992D8

Tints of Wisteria #C992D8

Color information

#C992D8 (or 0xC992D8) is unknown color: approx Wisteria. HEX triplet: C9, 92 and D8. RGB value is (201,146,216). Sum of RGB (Red+Green+Blue) = 201+146+216=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #C992D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992D8 is #366D27. Grayscale: #AAAAAA. Windows color (decimal): -3566888 or 14193353. OLE color: 14193353.

HSL color Cylindrical-coordinate representation of color #C992D8: hue angle of 287.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C992D8 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201146216-
CMYK0.070.3200.15
HSL287.14º47.3%70.98%-
HSV(B)287.14º32.41%84.71%-
XYZ46.7637.9369.82-
YUV170.42153.72149.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=35.70%
G=25.93%
B=38.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011462160.070.3200.15287.1447.370.98
HexC992D87200F11f2f47
Octal31122233074001743757107
Binary110010011001001011011000111100000011111000111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c992d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c992d8; }

 p { color: rgb(201,146,216); }

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

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

 a { background-color: rgb(201,146,216); }

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

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

 span { border-color: rgb(201,146,216); }

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