#C285DC

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

Shades of Wisteria #C285DC

Tints of Wisteria #C285DC

Color information

#C285DC (or 0xC285DC) is unknown color: approx Wisteria. HEX triplet: C2, 85 and DC. RGB value is (194,133,220). Sum of RGB (Red+Green+Blue) = 194+133+220=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C285DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285DC is #3D7A23. Grayscale: #A0A0A0. Windows color (decimal): -4028964 or 14452162. OLE color: 14452162.

HSL color Cylindrical-coordinate representation of color #C285DC: hue angle of 282.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C285DC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194133220-
CMYK0.120.4000.14
HSL282.07º55.41%69.22%-
HSV(B)282.07º39.55%86.27%-
XYZ43.5533.4171.86-
YUV161.16161.21151.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=35.47%
G=24.31%
B=40.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941332200.120.4000.14282.0755.4169.22
HexC285DCC280E11a3745
Octal302205334145001643267105
Binary1100001010000101110111001100101000011101000110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285DC; }

 p { color: rgb(194,133,220); }

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

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

 a { background-color: rgb(194,133,220); }

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

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

 span { border-color: rgb(194,133,220); }

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