#C283D1

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

Shades of Wisteria #C283D1

Tints of Wisteria #C283D1

Color information

#C283D1 (or 0xC283D1) is unknown color: approx Wisteria. HEX triplet: C2, 83 and D1. RGB value is (194,131,209). Sum of RGB (Red+Green+Blue) = 194+131+209=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #C283D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283D1 is #3D7C2E. Grayscale: #9E9E9E. Windows color (decimal): -4029487 or 13730754. OLE color: 13730754.

HSL color Cylindrical-coordinate representation of color #C283D1: hue angle of 288.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C283D1 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194131209-
CMYK0.070.3700.18
HSL288.46º45.88%66.67%-
HSV(B)288.46º37.32%81.96%-
XYZ41.8732.3164.35-
YUV158.73156.37153.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=36.33%
G=24.53%
B=39.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941312090.070.3700.18288.4645.8866.67
HexC283D17250121202e43
Octal30220332174502244056103
Binary1100001010000011110100011111001010100101001000001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283D1; }

 p { color: rgb(194,131,209); }

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

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

 a { background-color: rgb(194,131,209); }

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

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

 span { border-color: rgb(194,131,209); }

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