#C288DD

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

Shades of Wisteria #C288DD

Tints of Wisteria #C288DD

Color information

#C288DD (or 0xC288DD) is unknown color: approx Wisteria. HEX triplet: C2, 88 and DD. RGB value is (194,136,221). Sum of RGB (Red+Green+Blue) = 194+136+221=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C288DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288DD is #3D7722. Grayscale: #A2A2A2. Windows color (decimal): -4028195 or 14518466. OLE color: 14518466.

HSL color Cylindrical-coordinate representation of color #C288DD: hue angle of 280.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C288DD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194136221-
CMYK0.120.3800.13
HSL280.94º55.56%70%-
HSV(B)280.94º38.46%86.67%-
XYZ44.134.372.7-
YUV163.03160.72150.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 136 (53.52% from 255) = 24.68%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=35.21%
G=24.68%
B=40.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941362210.120.3800.13280.9455.5670
HexC288DDC260D1193846
Octal302210335144601543170106
Binary1100001010001000110111011100100110011011000110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288DD; }

 p { color: rgb(194,136,221); }

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

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

 a { background-color: rgb(194,136,221); }

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

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

 span { border-color: rgb(194,136,221); }

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