#C185DC

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

Shades of Wisteria #C185DC

Tints of Wisteria #C185DC

Color information

#C185DC (or 0xC185DC) is unknown color: approx Wisteria. HEX triplet: C1, 85 and DC. RGB value is (193,133,220). Sum of RGB (Red+Green+Blue) = 193+133+220=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C185DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185DC is #3E7A23. Grayscale: #A0A0A0. Windows color (decimal): -4094500 or 14452161. OLE color: 14452161.

HSL color Cylindrical-coordinate representation of color #C185DC: hue angle of 281.38º 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 #C185DC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193133220-
CMYK0.120.4000.14
HSL281.38º55.41%69.22%-
HSV(B)281.38º39.55%86.27%-
XYZ43.333.2871.85-
YUV160.86161.38150.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=35.35%
G=24.36%
B=40.29%

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
Decimal1931332200.120.4000.14281.3855.4169.22
HexC185DCC280E1193745
Octal301205334145001643167105
Binary1100000110000101110111001100101000011101000110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185DC; }

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

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

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

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

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

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

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

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